Skip to content

Commit 2c3d4f8

Browse files
committed
Add clang-19 toolset
1 parent 3ae98a5 commit 2c3d4f8

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
@@ -344,6 +344,13 @@ jobs:
344344
container: ubuntu:24.04
345345
os: ubuntu-latest
346346
install: clang-18
347+
# Linux, clang-19
348+
- toolset: clang
349+
compiler: clang++-19
350+
cxxstd: "03,11,14,17,20,2b"
351+
container: ubuntu:24.04
352+
os: ubuntu-latest
353+
install: clang-19
347354
# Linux, clang-15 libc++
348355
- toolset: clang
349356
compiler: clang++-15

0 commit comments

Comments
 (0)