Skip to content

Commit 54346a2

Browse files
committed
Update clang runners
1 parent e9e6709 commit 54346a2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
linkflags: -stdlib=libc++
247247
- toolset: clang
248248
compiler: clang++-16
249-
cxxstd: "03,11,14,17,20,2b"
249+
cxxstd: "03,11,14,17,20"
250250
os: ubuntu-latest
251251
container: ubuntu:22.04
252252
install:
@@ -286,6 +286,26 @@ jobs:
286286
- "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main"
287287
source_keys:
288288
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
289+
- toolset: clang
290+
compiler: clang++-20
291+
cxxstd: "03,11,14,17,20,2b"
292+
os: ubuntu-24.04
293+
install:
294+
- clang-20
295+
sources:
296+
- "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-20 main"
297+
source_keys:
298+
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
299+
- toolset: clang
300+
compiler: clang++-21
301+
cxxstd: "03,11,14,17,20,2b"
302+
os: ubuntu-24.04
303+
install:
304+
- clang-21
305+
sources:
306+
- "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-21 main"
307+
source_keys:
308+
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
289309

290310
- toolset: clang
291311
cxxstd: "03,11,14,17,20,2b"

0 commit comments

Comments
 (0)