Skip to content

Commit 8c9f96d

Browse files
committed
GHA: Remove C++2b test from clang-17 on ubuntu-24.04
1 parent 94058cf commit 8c9f96d

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
@@ -141,7 +141,7 @@ jobs:
141141
install: clang-16
142142
- toolset: clang
143143
compiler: clang++-17
144-
cxxstd: "11,14,17,20,2b"
144+
cxxstd: "11,14,17,20"
145145
os: ubuntu-24.04
146146
install: clang-17
147147
- toolset: clang

0 commit comments

Comments
 (0)