Skip to content

Commit 1d83188

Browse files
committed
Align images with all jobs
1 parent da06a7b commit 1d83188

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,10 @@ jobs:
245245
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
246246
strategy:
247247
matrix:
248-
os: [macos-latest, ubuntu-latest, windows-latest]
248+
os:
249+
- macos-latest
250+
- ubuntu-latest
251+
- windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
249252
fail-fast: false
250253
steps:
251254
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)