Use ubuntu:22.04 for clang 13, 14, 15 because GCC 13 breaks them

This commit is contained in:
Peter Dimov 2023-10-27 16:25:40 +03:00
parent bced40209b
commit a948c0fac4

View File

@ -116,17 +116,20 @@ jobs:
- toolset: clang
compiler: clang++-13
cxxstd: "11,14,17,20,2b"
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
install: clang-13
- toolset: clang
compiler: clang++-14
cxxstd: "11,14,17,20,2b"
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
install: clang-14
- toolset: clang
compiler: clang++-15
cxxstd: "11,14,17,20,2b"
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
install: clang-15
- toolset: clang
compiler: clang++-16