Skip to content

Commit b0aeef2

Browse files
committed
ci : fix windows builds to use 2019
1 parent 37c8802 commit b0aeef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
cmake --build build --config ${{ matrix.build }} -j $(nproc)
314314
315315
windows:
316-
runs-on: windows-latest
316+
runs-on: windows-2019
317317

318318
strategy:
319319
matrix:
@@ -373,7 +373,7 @@ jobs:
373373
path: build/bin/${{ matrix.build }}
374374

375375
windows-blas:
376-
runs-on: windows-latest
376+
runs-on: windows-2019
377377

378378
strategy:
379379
matrix:

0 commit comments

Comments
 (0)