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

This commit is contained in:
Ion Gaztañaga
2024-12-23 22:41:29 +01:00
parent d12528d972
commit b13c1fe8a4

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