Update ci.yml

This commit is contained in:
Peter Dimov 2024-12-13 22:38:40 +02:00
parent 8466c546e5
commit 865eb98c9c

View File

@ -146,11 +146,11 @@ jobs:
os: ubuntu-latest
install: clang-18
- toolset: clang
compiler: clang++-10
compiler: clang++-19
cxxstd: "03,11,14,17,20,2b"
container: ubuntu:24.10
os: ubuntu-latest
install: clang-10
install: clang-19
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-13