Update ci.yml

This commit is contained in:
Peter Dimov
2023-12-15 01:42:22 +02:00
parent 8bc32b7267
commit d8399efcac

View File

@@ -131,9 +131,15 @@ jobs:
- 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