From b3697572070eb7586cc97fbe92b708b9fc9f296b Mon Sep 17 00:00:00 2001 From: water111 <48171810+water111@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:30:57 -0500 Subject: [PATCH] macos 13 -> 15 (#4094) this probably won't work, but you never know... --- .github/workflows/macos-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-build.yaml b/.github/workflows/macos-build.yaml index 68175a433e..54a99917eb 100644 --- a/.github/workflows/macos-build.yaml +++ b/.github/workflows/macos-build.yaml @@ -17,7 +17,7 @@ on: jobs: build: name: Intel - runs-on: macos-13 + runs-on: macos-15-intel timeout-minutes: 120 steps: @@ -48,8 +48,8 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2.19 with: variant: sccache - key: macos-13-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}-${{ github.sha }} - restore-keys: macos-13-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }} + key: macos-15-intel-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}-${{ github.sha }} + restore-keys: macos-15-intel-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }} max-size: 1000M - name: CMake Generation