From 464c61c41783caf1bbbbb19187d70d9d5c87bc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 5 Nov 2025 08:17:54 +0100 Subject: [PATCH] Remove macos-13 and add macos-26 runners --- .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 82d404a..540a61c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -402,15 +402,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,23,2c" + os: macos-26 timeout-minutes: 240 runs-on: ${{matrix.os}}