mirror of
https://github.com/boostorg/intrusive.git
synced 2025-05-09 23:03:56 +00:00
Avoid C++03 testing in clang/libc++
This commit is contained in:
parent
4ae3989329
commit
e3d04834a5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user