Skip to content

Commit 7186d90

Browse files
committed
GHA: Remove C++2b test from clang-17 on ubuntu-24.04
1 parent ddb1186 commit 7186d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
install: clang-16
158158
- toolset: clang
159159
compiler: clang++-17
160-
cxxstd: "11,14,17,20,2b"
160+
cxxstd: "11,14,17,20"
161161
os: ubuntu-24.04
162162
install: clang-17
163163
- toolset: clang

0 commit comments

Comments
 (0)