Remove cxxstd=2a from clang-9, 10

This commit is contained in:
Peter Dimov
2021-08-28 17:00:31 +03:00
parent bae1f8ca82
commit f1678399af

View File

@ -81,12 +81,12 @@ jobs:
install: clang-8 install: clang-8
- toolset: clang - toolset: clang
compiler: clang++-9 compiler: clang++-9
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17"
os: ubuntu-20.04 os: ubuntu-20.04
install: clang-9 install: clang-9
- toolset: clang - toolset: clang
compiler: clang++-10 compiler: clang++-10
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17"
os: ubuntu-20.04 os: ubuntu-20.04
- toolset: clang - toolset: clang
compiler: clang++-11 compiler: clang++-11
@ -97,7 +97,7 @@ jobs:
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04 os: ubuntu-20.04
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17"
os: macos-10.15 os: macos-10.15
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}