From 88e11131582187cbfc24b3181a3554f9294f2864 Mon Sep 17 00:00:00 2001 From: pantor Date: Sun, 22 Feb 2026 15:58:04 +0100 Subject: [PATCH] bump ci to macos 15 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03016a..450e9e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,12 +49,12 @@ jobs: os: windows-2025 compiler: msvc - - name: macOS-14-gcc - os: macOS-14 + - name: macOS-15-gcc + os: macOS-15 compiler: gcc - - name: macOS-14-clang - os: macOS-14 + - name: macOS-15-clang + os: macOS-15 compiler: clang steps: