Skip to content

Commit

Permalink
Avoid C++03 testing in clang/libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Dec 23, 2024
1 parent d12528d commit b13c1fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b13c1fe

Please sign in to comment.