Update ci.yml

This commit is contained in:
Peter Dimov
2024-06-17 18:18:03 +03:00
parent 12a390e624
commit 56e4aca294

View File

@@ -42,8 +42,7 @@ jobs:
os: ubuntu-20.04
install: g++-10
- toolset: gcc-11
os: ubuntu-20.04
install: g++-11
os: ubuntu-22.04
- toolset: gcc-12
os: ubuntu-22.04
install: g++-12
@@ -51,6 +50,10 @@ jobs:
container: ubuntu:23.04
os: ubuntu-latest
install: g++-13
- toolset: gcc-14
container: ubuntu:24.04
os: ubuntu-latest
install: g++-14
- toolset: clang
compiler: clang++-3.9
container: ubuntu:18.04
@@ -117,11 +120,16 @@ jobs:
os: ubuntu-latest
install: clang-17
- toolset: clang
os: macos-11
compiler: clang++-18
container: ubuntu:24.04
os: ubuntu-latest
install: clang-18
- toolset: clang
os: macos-12
- toolset: clang
os: macos-13
- toolset: clang
os: macos-14
runs-on: ${{matrix.os}}
container: ${{matrix.container}}