Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Pin CI image to windows-2025
  • Loading branch information
ShaharNaveh committed Sep 13, 2025
commit da06a7b9ebb03c58330abfba263f1c98f176b057
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ jobs:
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os:
- macos-latest
- ubuntu-latest
- windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
Loading