Skip to content

Commit 35411fb

Browse files
committed
GHA: Remove C++2b test from clang-17 on ubuntu-24.04
1 parent 02d1394 commit 35411fb

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
@@ -146,7 +146,7 @@ jobs:
146146
install: clang-16
147147
- toolset: clang
148148
compiler: clang++-17
149-
cxxstd: "11,14,17,20,2b"
149+
cxxstd: "11,14,17,20"
150150
os: ubuntu-24.04
151151
install: clang-17
152152
- toolset: clang

0 commit comments

Comments
 (0)