From d7a7836f312ece97c5fc490bcd3b2da8afac5497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 5 Nov 2025 00:06:43 +0100 Subject: [PATCH] Remove macos-13 and add macos-26 --- .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 8b4b560..2338635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -367,15 +367,15 @@ jobs: #------------------ # MacOS, clang #------------------ - - 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,2b" os: macos-15 + - toolset: clang + cxxstd: "11,14,17,20,2b" + os: macos-26 timeout-minutes: 240 runs-on: ${{matrix.os}}