Skip to content

Commit

Permalink
Remove C++2b from clang-17
Browse files Browse the repository at this point in the history
There is a bug with libstdc++13 in 24.04: llvm/llvm-project#59827
  • Loading branch information
Flamefire committed Dec 10, 2024
1 parent bc5d837 commit 1eb3271
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 @@ -42,7 +42,7 @@ jobs:
- { toolset: clang++-14, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-14 }
- { toolset: clang++-15, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-15 }
- { toolset: clang++-16, cxxstd: "11,14,17,20,2b", os: ubuntu-24.04, install: clang-16 }
- { toolset: clang++-17, cxxstd: "11,14,17,20,2b", os: ubuntu-24.04, install: clang-17 }
- { toolset: clang++-17, cxxstd: "11,14,17,20", os: ubuntu-24.04, install: clang-17 }
- { toolset: clang++-18, cxxstd: "11,14,17,20,2b", os: ubuntu-24.04, install: clang-18 }
- { toolset: clang, cxxstd: "11,14,17,20,2b", os: macos-13 }
- { toolset: clang, cxxstd: "11,14,17,20,2b", os: macos-14 }
Expand Down

0 comments on commit 1eb3271

Please sign in to comment.