Skip to content

Commit

Permalink
GHA: Remove C++2b test from clang-16/17 on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 9, 2024
1 parent c9636ac commit 8993233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ jobs:
install: clang-15
- toolset: clang
compiler: clang++-16
cxxstd: "03,11,14,17,20,2b"
cxxstd: "03,11,14,17,20"
os: ubuntu-24.04
install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "03,11,14,17,20,2b"
cxxstd: "03,11,14,17,20"
os: ubuntu-24.04
install: clang-17
- toolset: clang
Expand Down

0 comments on commit 8993233

Please sign in to comment.