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

This commit is contained in:
Ion Gaztañaga
2024-12-23 22:41:40 +01:00
parent e343c5301f
commit 51a4762fda

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