Avoid C++03 testing in clang/libc++

This commit is contained in:
Ion Gaztañaga 2024-12-23 22:42:05 +01:00
parent 4ae3989329
commit e3d04834a5

View File

@ -361,13 +361,13 @@ jobs:
# MacOS, clang
#------------------
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
cxxstd: "11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
cxxstd: "11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
cxxstd: "11,14,17,20,2b"
os: macos-15
timeout-minutes: 180