We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da06a7b commit 1d83188Copy full SHA for 1d83188
.github/workflows/ci.yaml
@@ -245,7 +245,10 @@ jobs:
245
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
246
strategy:
247
matrix:
248
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os:
249
+ - macos-latest
250
+ - ubuntu-latest
251
+ - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
252
fail-fast: false
253
steps:
254
- uses: actions/checkout@v4
0 commit comments