Skip to content

Commit 7986fee

Browse files
authored
Revert "Pin CI image to windows-2025 (#6148)" (#6182)
This reverts commit 43d643a.
1 parent c979059 commit 7986fee

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)