Skip to content

Commit 1eb3271

Browse files
committed
Remove C++2b from clang-17
There is a bug with libstdc++13 in 24.04: llvm/llvm-project#59827
1 parent bc5d837 commit 1eb3271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- { toolset: clang++-14, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-14 }
4343
- { toolset: clang++-15, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-15 }
4444
- { toolset: clang++-16, cxxstd: "11,14,17,20,2b", os: ubuntu-24.04, install: clang-16 }
45-
- { toolset: clang++-17, cxxstd: "11,14,17,20,2b", os: ubuntu-24.04, install: clang-17 }
45+
- { toolset: clang++-17, cxxstd: "11,14,17,20", os: ubuntu-24.04, install: clang-17 }
4646
- { toolset: clang++-18, cxxstd: "11,14,17,20,2b", os: ubuntu-24.04, install: clang-18 }
4747
- { toolset: clang, cxxstd: "11,14,17,20,2b", os: macos-13 }
4848
- { toolset: clang, cxxstd: "11,14,17,20,2b", os: macos-14 }

0 commit comments

Comments
 (0)