Skip to content

Commit 73d08a1

Browse files
COMP: Switch Windows CI runner to windows-2022
NSIS is not included in windows-2025 (windows-latest). Rather than install NSIS, switch to version that includes it.
1 parent ad5ef46 commit 73d08a1

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [windows-latest]
19+
os: [windows-2022]
2020
build_type: [Release]
2121
arch: [x64]
2222
with:
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [windows-latest]
33+
os: [windows-2022]
3434
build_type: [Release]
3535
arch: [x64]
3636
with:
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
os: [windows-latest]
50+
os: [windows-2022]
5151
build_type: [Release]
5252
arch: [Win32]
5353
with:
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
os: [windows-latest]
66+
os: [windows-2022]
6767
build_type: [Release]
6868
arch: [x64]
6969
with:
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
os: [windows-latest]
80+
os: [windows-2022]
8181
build_type: [Release]
8282
arch: [x64]
8383
with:
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
os: [windows-latest]
97+
os: [windows-2022]
9898
build_type: [Release]
9999
arch: [Win32]
100100
with:
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: false
111111
matrix:
112-
os: [windows-latest]
112+
os: [windows-2022]
113113
build_type: [Release]
114114
arch: [x64]
115115
secrets:
@@ -147,7 +147,7 @@ jobs:
147147
strategy:
148148
fail-fast: false
149149
matrix:
150-
os: [windows-latest]
150+
os: [windows-2022]
151151
build_type: [Release]
152152
arch: [Win32]
153153
secrets:
@@ -189,7 +189,7 @@ jobs:
189189
strategy:
190190
fail-fast: false
191191
matrix:
192-
os: [windows-latest]
192+
os: [windows-2022]
193193
build_type: [Release]
194194
arch: [x64]
195195
secrets:

.github/workflows/nightly.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest]
16+
os: [windows-2022]
1717
build_type: [Release]
1818
arch: [x64]
1919
with:
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [windows-latest]
30+
os: [windows-2022]
3131
build_type: [Release]
3232
arch: [Win32]
3333
with:
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [windows-latest]
46+
os: [windows-2022]
4747
build_type: [Release]
4848
arch: [x64]
4949
with:
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
os: [windows-latest]
60+
os: [windows-2022]
6161
build_type: [Release]
6262
arch: [Win32]
6363
with:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
os: [windows-latest]
75+
os: [windows-2022]
7676
build_type: [Release]
7777
arch: [x64]
7878
secrets:
@@ -125,7 +125,7 @@ jobs:
125125
strategy:
126126
fail-fast: false
127127
matrix:
128-
os: [windows-latest]
128+
os: [windows-2022]
129129
build_type: [Release]
130130
arch: [x64]
131131
secrets:
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
fail-fast: false
152152
matrix:
153-
os: [windows-latest]
153+
os: [windows-2022]
154154
build_type: [Release]
155155
arch: [x64]
156156
secrets:
@@ -175,7 +175,7 @@ jobs:
175175
strategy:
176176
fail-fast: false
177177
matrix:
178-
os: [windows-latest]
178+
os: [windows-2022]
179179
build_type: [Release]
180180
arch: [x64]
181181
secrets:
@@ -200,7 +200,7 @@ jobs:
200200
strategy:
201201
fail-fast: false
202202
matrix:
203-
os: [windows-latest]
203+
os: [windows-2022]
204204
build_type: [Release]
205205
arch: [x64]
206206
secrets:
@@ -227,7 +227,7 @@ jobs:
227227
strategy:
228228
fail-fast: false
229229
matrix:
230-
os: [windows-latest]
230+
os: [windows-2022]
231231
build_type: [Release]
232232
arch: [x64]
233233
secrets:
@@ -253,7 +253,7 @@ jobs:
253253
strategy:
254254
fail-fast: false
255255
matrix:
256-
os: [windows-latest]
256+
os: [windows-2022]
257257
build_type: [Release]
258258
arch: [x64]
259259
secrets:
@@ -278,7 +278,7 @@ jobs:
278278
strategy:
279279
fail-fast: false
280280
matrix:
281-
os: [windows-latest]
281+
os: [windows-2022]
282282
build_type: [Release]
283283
arch: [Win32]
284284
secrets:
@@ -329,7 +329,7 @@ jobs:
329329
strategy:
330330
fail-fast: false
331331
matrix:
332-
os: [windows-latest]
332+
os: [windows-2022]
333333
build_type: [Release]
334334
arch: [Win32]
335335
secrets:
@@ -354,7 +354,7 @@ jobs:
354354
strategy:
355355
fail-fast: false
356356
matrix:
357-
os: [windows-latest]
357+
os: [windows-2022]
358358
build_type: [Release]
359359
arch: [Win32]
360360
secrets:
@@ -379,7 +379,7 @@ jobs:
379379
strategy:
380380
fail-fast: false
381381
matrix:
382-
os: [windows-latest]
382+
os: [windows-2022]
383383
build_type: [Release]
384384
arch: [Win32]
385385
secrets:

0 commit comments

Comments
 (0)