From ebd7b694ae3ac08a53a0f84507c8ae452f6a31d5 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 23 Jan 2026 18:41:01 +0100 Subject: [PATCH 1/2] updated macos and clang/ubuntu jobs --- .github/workflows/ci.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b7c15e..92f57703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,11 +176,25 @@ jobs: os: ubuntu-latest install: clang-18 - toolset: clang + compiler: clang++-19 cxxstd: "11,14,17,20,2b" - os: macos-13 + container: ubuntu:24.04 + os: ubuntu-latest + - toolset: clang + compiler: clang++-20 + cxxstd: "11,14,17,20,23,2c" + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-20 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14 + - toolset: clang + cxxstd: "11,14,17,20,23,2c" + os: macos-15 + - toolset: clang + cxxstd: "11,14,17,20,23,2c" + os: macos-26 runs-on: ${{matrix.os}} container: From af5c0a5c847b3e756d1667b33c92dbcd3a803a0e Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 23 Jan 2026 18:46:06 +0100 Subject: [PATCH 2/2] added missing install --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92f57703..1dfacdd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,12 +180,13 @@ jobs: cxxstd: "11,14,17,20,2b" container: ubuntu:24.04 os: ubuntu-latest + install: clang-19 - toolset: clang compiler: clang++-20 cxxstd: "11,14,17,20,23,2c" container: ubuntu:24.04 os: ubuntu-latest - install: clang-20 + install: clang-20 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14