From fcb8d7868f873789228087b569b4aea156a6ef39 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 13 Dec 2025 20:41:30 +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 f4f2497..328b743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -317,12 +317,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}}