2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-01-19 04:22:12 +00:00

GHA: Don't use Ubuntu 22 container yet

This commit is contained in:
Alexander Grund
2023-11-04 11:04:47 +01:00
committed by GitHub
parent 20bde3d48c
commit fcb82d53e8

View File

@@ -78,9 +78,9 @@ jobs:
- { compiler: clang-10, cxxstd: '03,11,14,17,20', os: ubuntu-20.04 }
- { compiler: clang-11, cxxstd: '03,11,14,17,20', os: ubuntu-20.04 }
- { compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04 }
- { compiler: clang-13, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, container: 'ubuntu:22.04' }
- { compiler: clang-14, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, container: 'ubuntu:22.04' }
- { compiler: clang-15, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, container: 'ubuntu:22.04' }
# Clang isn't compatible with libstdc++-13, so use the slightly older one
- { compiler: clang-13, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, install: 'clang-13 g++-12', gcc_toolchain: 12 }
- { compiler: clang-14, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, install: 'clang-14 g++-12', gcc_toolchain: 12 }
# libc++
- { compiler: clang-6.0, cxxstd: '03,11,14', os: ubuntu-22.04, container: 'ubuntu:18.04', stdlib: libc++, install: 'clang-6.0 libc++-dev libc++abi-dev' }