Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Pin CI image to windows-2025 (#6148)"
This reverts commit 43d643a.
  • Loading branch information
ShaharNaveh authored Oct 5, 2025
commit 412fb7cefccf67d4f2854d7ccdc304f4d210fd8e
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ jobs:
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v5
Expand Down Expand Up @@ -245,10 +242,7 @@ jobs:
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v5
Expand Down
Loading