From 08d3386bf45e2256532225685181a6f722e8d22a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 13 Dec 2025 20:38:51 +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 7762225..69584d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,12 +309,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: 15 runs-on: ${{matrix.os}}