Skip to content

Commit f9713b9

Browse files
committed
GHA: Remove C++2b test from clang-16/17 on ubuntu-24.04
1 parent 7035f0b commit f9713b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ jobs:
128128
install: clang-15
129129
- toolset: clang
130130
compiler: clang++-16
131-
cxxstd: "03,11,14,17,20,2b"
131+
cxxstd: "03,11,14,17,20"
132132
os: ubuntu-24.04
133133
install: clang-16
134134
- toolset: clang
135135
compiler: clang++-17
136-
cxxstd: "03,11,14,17,20,2b"
136+
cxxstd: "03,11,14,17,20"
137137
os: ubuntu-24.04
138138
install: clang-17
139139
- toolset: clang

0 commit comments

Comments
 (0)