We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9e288 commit bddacd7Copy full SHA for bddacd7
.github/workflows/cmake.yml
@@ -51,7 +51,7 @@ jobs:
51
cmake --build build/CMakeFind
52
53
windows-test:
54
- runs-on: windows-2019
+ runs-on: windows-latest
55
env:
56
USERNAME: GWmodel-Lab
57
FEED_URL: https://nuget.pkg.github.com/GWmodel-Lab/index.json
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
ctest --test-dir build --output-on-failure
44
45
46
47
strategy:
48
matrix:
49
openmp: [TRUE, FALSE]
0 commit comments