Skip to content

Commit ee19991

Browse files
committed
Avoid C++03 testing in clang/libc++
1 parent 78e8c2e commit ee19991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,13 @@ jobs:
396396
# MacOS, clang
397397
#------------------
398398
- toolset: clang
399-
cxxstd: "03,11,14,17,20,2b"
399+
cxxstd: "11,14,17,20,2b"
400400
os: macos-13
401401
- toolset: clang
402-
cxxstd: "03,11,14,17,20,2b"
402+
cxxstd: "11,14,17,20,2b"
403403
os: macos-14
404404
- toolset: clang
405-
cxxstd: "03,11,14,17,20,2b"
405+
cxxstd: "11,14,17,20,2b"
406406
os: macos-15
407407

408408
timeout-minutes: 180

0 commit comments

Comments
 (0)