From f60f1d7f9f1bba9196844e1cf5ee8c86ee7b541e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 15 Dec 2025 15:55:12 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30ee4ba..69c6ae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,11 @@ jobs: container: ubuntu:24.04 os: ubuntu-latest install: g++-14 + - toolset: gcc-15 + cxxstd: "03,11,14,17,20,23,2c" + container: ubuntu:25.04 + os: ubuntu-latest + install: g++-15 - toolset: clang compiler: clang++-3.9 cxxstd: "03,11,14" @@ -172,14 +177,20 @@ jobs: os: ubuntu-latest install: clang-20 - toolset: clang - cxxstd: "03,11,14,17,20,2b" - os: macos-13 + compiler: clang++-21 + cxxstd: "03,11,14,17,20,23,2c" + container: ubuntu:25.10 + os: ubuntu-latest + install: clang-21 - toolset: clang cxxstd: "03,11,14,17,20,2b" os: macos-14 - toolset: clang - cxxstd: "03,11,14,17,20,2b" + cxxstd: "03,11,14,17,20,23,2c" os: macos-15 + - toolset: clang + cxxstd: "03,11,14,17,20,23,2c" + os: macos-26 runs-on: ${{matrix.os}} @@ -303,9 +314,9 @@ jobs: include: - os: ubuntu-22.04 - os: ubuntu-24.04 - - os: macos-13 - os: macos-14 - os: macos-15 + - os: macos-26 runs-on: ${{matrix.os}} @@ -351,9 +362,9 @@ jobs: include: - os: ubuntu-22.04 - os: ubuntu-24.04 - - os: macos-13 - os: macos-14 - os: macos-15 + - os: macos-26 runs-on: ${{matrix.os}} @@ -409,9 +420,9 @@ jobs: include: - os: ubuntu-22.04 - os: ubuntu-24.04 - - os: macos-13 - os: macos-14 - os: macos-15 + - os: macos-26 runs-on: ${{matrix.os}}