We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-2025
1 parent 3a6fda4 commit 412fb7cCopy full SHA for 412fb7c
1 file changed
.github/workflows/ci.yaml
@@ -116,10 +116,7 @@ jobs:
116
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
117
strategy:
118
matrix:
119
- os:
120
- - macos-latest
121
- - ubuntu-latest
122
- - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
+ os: [macos-latest, ubuntu-latest, windows-latest]
123
fail-fast: false
124
steps:
125
- uses: actions/checkout@v5
@@ -245,10 +242,7 @@ jobs:
245
242
246
243
247
244
248
249
250
251
252
253
254
0 commit comments