From 9984eff746f0ceb7b553ff89699d0405a3bfa896 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 13 Dec 2025 20:44:34 +0300 Subject: [PATCH] Replaced macos-13 with macos-15 in GitHub Actions. The macos-13 image is retired, macos-15 is now available. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1f2a02..a53db46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -303,12 +303,12 @@ jobs: - libc++-18-dev - libc++abi-18-dev - - toolset: clang - cxxstd: "11,14,17,20,2b" - os: macos-13 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14 + - toolset: clang + cxxstd: "11,14,17,20,23" + os: macos-15 timeout-minutes: 30 runs-on: ${{matrix.os}}