diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8730ed410..8636d9a16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,19 +318,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: @@ -345,7 +335,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