Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
GHA: Remove C++2b test from clang-17 on ubuntu-24.04
  • Loading branch information
Flamefire committed Dec 10, 2024
commit a69c50b53140215cab7e5b9c76d8a869b4d511b3
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,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
Loading