2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

Update ci.yml

This commit is contained in:
Peter Dimov
2026-01-16 02:16:52 +02:00
parent 0776d62a95
commit 7ce75ac955

View File

@@ -183,18 +183,24 @@ jobs:
- toolset: clang - toolset: clang
compiler: clang++-20 compiler: clang++-20
cxxstd: "03,11,14,17,20,23,2c" cxxstd: "03,11,14,17,20,23,2c"
container: ubuntu:25.04 container: ubuntu:24.04
os: ubuntu-latest os: ubuntu-latest
install: clang-20 install: clang-20
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,20,2b" compiler: clang++-21
os: macos-13 cxxstd: "03,11,14,17,20,23,2c"
container: ubuntu:25.10
os: ubuntu-latest
install: clang-21
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: macos-14 os: macos-14
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,23,2c"
os: macos-15 os: macos-15
- toolset: clang
cxxstd: "03,11,14,17,20,23,2c"
os: macos-26
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@@ -321,9 +327,9 @@ jobs:
include: include:
- os: ubuntu-22.04 - os: ubuntu-22.04
- os: ubuntu-24.04 - os: ubuntu-24.04
- os: macos-13
- os: macos-14 - os: macos-14
- os: macos-15 - os: macos-15
- os: macos-26
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@@ -370,9 +376,9 @@ jobs:
include: include:
- os: ubuntu-22.04 - os: ubuntu-22.04
- os: ubuntu-24.04 - os: ubuntu-24.04
- os: macos-13
- os: macos-14 - os: macos-14
- os: macos-15 - os: macos-15
- os: macos-26
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@@ -429,9 +435,9 @@ jobs:
include: include:
- os: ubuntu-22.04 - os: ubuntu-22.04
- os: ubuntu-24.04 - os: ubuntu-24.04
- os: macos-13
- os: macos-14 - os: macos-14
- os: macos-15 - os: macos-15
- os: macos-26
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}