diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cddf6e..ea9ed44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -534,14 +534,6 @@ jobs: fail-fast: false matrix: include: - - toolset: msvc-14.0 - cxxstd: "14" - addrmd: 32,64 - os: windows-2019 - - toolset: msvc-14.2 - cxxstd: "14,17,20,latest" - addrmd: 32,64 - os: windows-2019 - toolset: msvc-14.3 cxxstd: "14,17,20,latest" addrmd: 32,64 @@ -551,9 +543,9 @@ jobs: addrmd: 32,64 os: windows-2022 - toolset: gcc - cxxstd: "11,14,17,2a" + cxxstd: "11,14,17,20,23" addrmd: 64 - os: windows-2019 + os: windows-2022 timeout-minutes: 15 runs-on: ${{matrix.os}}