Remove clang-win, not present

This commit is contained in:
Peter Dimov
2020-11-20 03:22:08 +02:00
parent bf86becf1f
commit b2d9813870

View File

@ -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}}