Skip to content

Commit

Permalink
GHA: Remove C++2b test from clang-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 94058cf commit 8c9f96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
cxxstd: "11,14,17,20"
os: ubuntu-24.04
install: clang-17
- toolset: clang
Expand Down

0 comments on commit 8c9f96d

Please sign in to comment.