diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f248fa8..f3b7143 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,12 +23,6 @@ jobs: - toolset: msvc-14.2 cxxstd: "14,17,latest" os: windows-2019 - - toolset: clang-win - cxxstd: "14,17,latest" - os: windows-2016 - - toolset: clang-win - cxxstd: "14,17,latest" - os: windows-2019 runs-on: ${{matrix.os}}