From fe7e9dc4bad83d82f5d390877171822963029512 Mon Sep 17 00:00:00 2001 From: O01eg <397177+o01eg@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:42:05 +0400 Subject: [PATCH 1/2] Update macOS versions in CI workflow --- .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 269233dd8..092ed3239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,8 @@ jobs: - { toolset: clang, compiler: clang++-12, cxxstd: "11,14,17,2a", os: ubuntu-22.04, install: clang-12 } - { toolset: clang, compiler: clang++-13, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-13 } - { toolset: clang, compiler: clang++-14, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-14 } - - { toolset: clang, cxxstd: "11,14,17,2a", os: macos-13 } + - { toolset: clang, cxxstd: "11,14,17,2a", os: macos-15 } + - { toolset: clang, cxxstd: "11,14,17,2a", os: macos-26 } runs-on: ${{matrix.os}} container: From 130a9cc086c5b8b95688fd2103505b75b0063973 Mon Sep 17 00:00:00 2001 From: O01eg <397177+o01eg@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:45:18 +0400 Subject: [PATCH 2/2] Add macOS toolset configuration for CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 092ed3239..6deb51ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - { toolset: clang, compiler: clang++-12, cxxstd: "11,14,17,2a", os: ubuntu-22.04, install: clang-12 } - { toolset: clang, compiler: clang++-13, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-13 } - { toolset: clang, compiler: clang++-14, cxxstd: "11,14,17,20,2b", os: ubuntu-22.04, install: clang-14 } + - { toolset: clang, cxxstd: "11,14,17,2a", os: macos-15-intel } - { toolset: clang, cxxstd: "11,14,17,2a", os: macos-15 } - { toolset: clang, cxxstd: "11,14,17,2a", os: macos-26 }