From 8afe20ef154037b9f93197aa2aec17152959ad41 Mon Sep 17 00:00:00 2001 From: culler Date: Thu, 20 Feb 2025 16:31:56 +0000 Subject: [PATCH] Use macOS-15 for CI runs. --- .github/workflows/mac-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 612a2411c..e21a170d1 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -12,7 +12,7 @@ env: ERROR_ON_FAILURES: 1 jobs: xcode: - runs-on: macos-14 + runs-on: macos-15 defaults: run: shell: bash @@ -56,7 +56,7 @@ jobs: fi timeout-minutes: 30 clang: - runs-on: macos-14 + runs-on: macos-15 strategy: matrix: symbols: