Skip to content

Commit

Permalink
Update Windows CI. (#1000)
Browse files Browse the repository at this point in the history
Since a recent update it seems that Windows 2022 now uses Visual Studio
2022 17.9 and doesn't include toolset v141 anymore.
  • Loading branch information
1uc committed Jul 26, 2024
1 parent 84d9ce8 commit 1018acc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,19 +320,9 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ "windows-2022"]
vs-toolset: [ "v141", "v143" ]
os: [ "windows-2019", "windows-2022"]
cxxstd: ["14", "17", "20"]

include:
- os: "windows-2019"
vs-toolset: "v142"
cxxstd: "14"

- os: "windows-2019"
vs-toolset: "v142"
cxxstd: "17"

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -347,7 +337,6 @@ jobs:
shell: bash -l {0}
run: |
CMAKE_OPTIONS=(
-T ${{matrix.vs-toolset}}
-DCMAKE_CXX_STANDARD=${{matrix.cxxstd}}
-DHIGHFIVE_UNIT_TESTS=ON
-DHIGHFIVE_USE_BOOST:BOOL=ON
Expand Down

0 comments on commit 1018acc

Please sign in to comment.