Skip to content

Commit c6bb97d

Browse files
committed
Remove windows-2019 from ci.yml
1 parent 81b0817 commit c6bb97d

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,6 @@ jobs:
228228
fail-fast: false
229229
matrix:
230230
include:
231-
- os: windows-2019
232-
shared: OFF
233-
python: ON
234-
mpi: OFF
235-
- os: windows-2019
236-
shared: ON
237-
python: ON
238-
mpi: OFF
239231
- os: windows-2022
240232
shared: OFF
241233
python: ON
@@ -244,48 +236,48 @@ jobs:
244236
shared: ON
245237
python: ON
246238
mpi: OFF
247-
- os: windows-2019
239+
- os: windows-2022
248240
include: assert
249241
testing: ON
250242
test_install: ON
251-
- os: windows-2019
243+
- os: windows-2022
252244
include: mp11
253245
testing: ON
254246
test_install: ON
255-
- os: windows-2019
247+
- os: windows-2022
256248
include: timer
257249
shared: OFF
258250
testing: ON
259251
test_install: ON
260-
- os: windows-2019
252+
- os: windows-2022
261253
include: timer
262254
shared: ON
263255
testing: ON
264256
test_install: ON
265-
- os: windows-2019
257+
- os: windows-2022
266258
include: iostreams
267259
shared: OFF
268260
test_install: ON
269-
- os: windows-2019
261+
- os: windows-2022
270262
include: iostreams
271263
shared: ON
272264
test_install: ON
273-
- os: windows-2019
265+
- os: windows-2022
274266
include: bind
275267
testing: ON
276-
- os: windows-2019
268+
- os: windows-2022
277269
include: bind
278270
test_install: ON
279-
- os: windows-2019
271+
- os: windows-2022
280272
include: endian
281273
testing: ON
282-
- os: windows-2019
274+
- os: windows-2022
283275
include: endian
284276
test_install: ON
285-
- os: windows-2019
277+
- os: windows-2022
286278
include: system
287279
testing: ON
288-
- os: windows-2019
280+
- os: windows-2022
289281
include: system
290282
test_install: ON
291283

0 commit comments

Comments
 (0)