macos 13 -> 15 (#4094)

this probably won't work, but you never know...
This commit is contained in:
water111
2025-12-08 19:30:57 -05:00
committed by GitHub
parent aed61ce70c
commit b369757207
+3 -3
View File
@@ -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