Skip to content

Commit b63a327

Browse files
committed
GHA: Remove C++2b test from clang-16/17 on ubuntu-24.04
1 parent 81a92b5 commit b63a327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ jobs:
138138
install: clang-15
139139
- toolset: clang
140140
compiler: clang++-16
141-
cxxstd: "03,11,14,17,20,2b"
141+
cxxstd: "03,11,14,17,20"
142142
os: ubuntu-24.04
143143
install: clang-16
144144
- toolset: clang
145145
compiler: clang++-17
146-
cxxstd: "03,11,14,17,20,2b"
146+
cxxstd: "03,11,14,17,20"
147147
os: ubuntu-24.04
148148
install: clang-17
149149
- toolset: clang

0 commit comments

Comments
 (0)