Add clang-19 toolset

This commit is contained in:
Ion Gaztañaga
2025-05-20 09:18:15 +02:00
parent 3ae98a5f0d
commit 2c3d4f8bb9

View File

@@ -344,6 +344,13 @@ jobs:
container: ubuntu:24.04
os: ubuntu-latest
install: clang-18
# Linux, clang-19
- toolset: clang
compiler: clang++-19
cxxstd: "03,11,14,17,20,2b"
container: ubuntu:24.04
os: ubuntu-latest
install: clang-19
# Linux, clang-15 libc++
- toolset: clang
compiler: clang++-15