Skip to content

Commit bddacd7

Browse files
authored
[Workflow] Fix Windows runner version (#105)
1 parent 3f9e288 commit bddacd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cmake --build build/CMakeFind
5252
5353
windows-test:
54-
runs-on: windows-2019
54+
runs-on: windows-latest
5555
env:
5656
USERNAME: GWmodel-Lab
5757
FEED_URL: https://nuget.pkg.github.com/GWmodel-Lab/index.json

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ctest --test-dir build --output-on-failure
4444
4545
windows-test:
46-
runs-on: windows-2019
46+
runs-on: windows-latest
4747
strategy:
4848
matrix:
4949
openmp: [TRUE, FALSE]

0 commit comments

Comments
 (0)