Skip to content

Commit

Permalink
Don't use C++03 in Macos regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Jun 6, 2024
1 parent 0977e6b commit 33d28a1
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 @@ -328,15 +328,15 @@ jobs:
#------------------
# Macos 11, clang
- toolset: clang
cxxstd: "03,11,14,17,2a"
cxxstd: "11,14,17,2a"
os: macos-11
# Macos 12, clang
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
cxxstd: "11,14,17,20,2b"
os: macos-12
# Macos 13, clang
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
cxxstd: "11,14,17,20,2b"
os: macos-13

timeout-minutes: 180
Expand Down

0 comments on commit 33d28a1

Please sign in to comment.