mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 06:05:15 -04:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user