diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6fa387..aba8df5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,10 +147,6 @@ jobs: fail-fast: false matrix: include: - - toolset: msvc-14.1 - cxxstd: "14,17,latest" - addrmd: 32,64 - os: windows-2016 - toolset: msvc-14.2 cxxstd: "14,17,latest" addrmd: 32,64 @@ -163,6 +159,10 @@ jobs: cxxstd: "03,11,14,17,2a" addrmd: 64 os: windows-2019 + - toolset: gcc + cxxstd: "03,11,14,17,2a" + addrmd: 64 + os: windows-2022 runs-on: ${{matrix.os}}