Update ci.yml

This commit is contained in:
Peter Dimov
2024-01-06 17:23:57 +02:00
parent 4af91d46f1
commit ef0e40bcda

View File

@ -125,24 +125,33 @@ jobs:
- toolset: clang - toolset: clang
compiler: clang++-13 compiler: clang++-13
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: ubuntu-22.04 container: ubuntu:22.04
os: ubuntu-latest
install: clang-13 install: clang-13
- toolset: clang - toolset: clang
compiler: clang++-14 compiler: clang++-14
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: ubuntu-22.04 container: ubuntu:22.04
os: ubuntu-latest
install: clang-14 install: clang-14
- toolset: clang - toolset: clang
compiler: clang++-15 compiler: clang++-15
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: ubuntu-22.04 container: ubuntu:22.04
os: ubuntu-latest
install: clang-15 install: clang-15
- toolset: clang - toolset: clang
compiler: clang++-16 compiler: clang++-16
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: ubuntu-latest
container: ubuntu:23.04 container: ubuntu:23.04
os: ubuntu-latest
install: clang-16 install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "03,11,14,17,20,2b"
container: ubuntu:23.10
os: ubuntu-latest
install: clang-17
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: macos-11 os: macos-11