File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,7 @@ jobs:
116116 timeout-minutes : ${{ contains(matrix.os, 'windows') && 45 || 30 }}
117117 strategy :
118118 matrix :
119- os :
120- - macos-latest
121- - ubuntu-latest
122- - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
119+ os : [macos-latest, ubuntu-latest, windows-latest]
123120 fail-fast : false
124121 steps :
125122 - uses : actions/checkout@v5
@@ -245,10 +242,7 @@ jobs:
245242 timeout-minutes : ${{ contains(matrix.os, 'windows') && 45 || 30 }}
246243 strategy :
247244 matrix :
248- os :
249- - macos-latest
250- - ubuntu-latest
251- - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
245+ os : [macos-latest, ubuntu-latest, windows-latest]
252246 fail-fast : false
253247 steps :
254248 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments