From e118b4d9b810b1f748c89d4fdf8ba577c67a8beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 8 Aug 2025 13:58:24 +0200 Subject: [PATCH] CI: Use macOS 15 (#24925) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4146084b3b..645f17043a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -349,7 +349,7 @@ jobs: if-no-files-found: error macos-cmake: name: macOS (${{ matrix.arch }}) using CMake - runs-on: macos-14 + runs-on: macos-15 needs: [check-code-formatting, build_variables] strategy: fail-fast: false