Update ci.yml

This commit is contained in:
Peter Dimov
2024-05-27 04:54:41 +03:00
parent e4142c2833
commit 425b5ba31b

View File

@@ -49,7 +49,7 @@ jobs:
install: g++-10 install: g++-10
- toolset: gcc-11 - toolset: gcc-11
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04 os: ubuntu-22.04
install: g++-11 install: g++-11
- toolset: gcc-12 - toolset: gcc-12
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
@@ -60,6 +60,11 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
container: ubuntu:23.04 container: ubuntu:23.04
install: g++-13 install: g++-13
- toolset: gcc-14
cxxstd: "03,11,14,17,20,2b"
os: ubuntu-latest
container: ubuntu:24.04
install: g++-14
- toolset: clang - toolset: clang
compiler: clang++-3.9 compiler: clang++-3.9
cxxstd: "03,11,14" cxxstd: "03,11,14"
@@ -144,14 +149,20 @@ jobs:
container: ubuntu:23.10 container: ubuntu:23.10
install: clang-17 install: clang-17
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,2a" compiler: clang++-18
os: macos-11 cxxstd: "03,11,14,17,20,2b"
os: ubuntu-latest
container: ubuntu:24.04
install: clang-18
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: macos-12 os: macos-12
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: macos-13 os: macos-13
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-14
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
container: ${{matrix.container}} container: ${{matrix.container}}
@@ -273,9 +284,9 @@ jobs:
include: include:
- os: ubuntu-20.04 - os: ubuntu-20.04
- os: ubuntu-22.04 - os: ubuntu-22.04
- os: macos-11
- os: macos-12 - os: macos-12
- os: macos-13 - os: macos-13
- os: macos-14
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@@ -321,9 +332,9 @@ jobs:
include: include:
- os: ubuntu-20.04 - os: ubuntu-20.04
- os: ubuntu-22.04 - os: ubuntu-22.04
- os: macos-11
- os: macos-12 - os: macos-12
- os: macos-13 - os: macos-13
- os: macos-14
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@@ -379,9 +390,9 @@ jobs:
include: include:
- os: ubuntu-20.04 - os: ubuntu-20.04
- os: ubuntu-22.04 - os: ubuntu-22.04
- os: macos-11
- os: macos-12 - os: macos-12
- os: macos-13 - os: macos-13
- os: macos-14
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}