Skip to content

Commit 23e7a9c

Browse files
committed
Add clang-19 toolset
1 parent 2e134cb commit 23e7a9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ jobs:
309309
container: ubuntu:24.04
310310
os: ubuntu-latest
311311
install: clang-18
312+
# Linux, clang-19
313+
- toolset: clang
314+
compiler: clang++-19
315+
cxxstd: "03,11,14,17,20,2b"
316+
container: ubuntu:24.04
317+
os: ubuntu-latest
318+
install: clang-19
312319
# Linux, clang-15 libc++
313320
- toolset: clang
314321
compiler: clang++-15

0 commit comments

Comments
 (0)