Skip to content

Commit

Permalink
edit: use windows 2019 and vs 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
HPDell committed Feb 22, 2024
1 parent 40c4f53 commit 9821ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cmake --build build/CMakeFind
windows-test:
runs-on: windows-latest
runs-on: windows-2019
env:
USERNAME: GWmodel-Lab
FEED_URL: https://nuget.pkg.github.com/GWmodel-Lab/index.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
args: -c "cmake -B build -S . -DCMAKE_BUILD_TYPE:STRING=Debug -DENABLE_OpenMP=${{ matrix.openmp }} && cmake --build build --config Debug && ctest --test-dir build --output-on-failure"

windows-test:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
openmp: [TRUE, FALSE]
Expand Down

0 comments on commit 9821ddb

Please sign in to comment.