Skip to content

Commit be87fe3

Browse files
authored
ci: use windows-2025 runner (#2962)
1 parent f4c012f commit be87fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ jobs:
118118
fail-fast: false
119119
matrix:
120120
shard: [1, 2, 3, 4, 5, 6, 7, 8]
121-
os: [ubuntu-latest, windows-latest]
121+
os: [ubuntu-latest, windows-2025]
122122
version: ${{ fromJson(needs.setup.outputs.matrix) }}
123123
exclude:
124-
- os: windows-latest
124+
- os: windows-2025
125125
version: '13.5.1'
126-
- os: windows-latest
126+
- os: windows-2025
127127
version: '14.2.15'
128128
runs-on: ${{ matrix.os }}
129129
steps:

0 commit comments

Comments
 (0)