mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
ci: move to macos-12 (#3407)
macos-11 is end of life, it has been for 5 months https://endoflife.date/macos, it will be removed as a runner on github in Q2 2024. Next release will require atleast macOS 12. 
This commit is contained in:
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: ARM
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 120
|
||||
|
||||
steps:
|
||||
|
||||
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Intel
|
||||
runs-on: macos-11
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 120
|
||||
|
||||
steps:
|
||||
@@ -31,8 +31,8 @@ jobs:
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
with:
|
||||
variant: sccache
|
||||
key: macos-11-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}-${{ github.sha }}
|
||||
restore-keys: macos-11-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
|
||||
key: macos-12-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}-${{ github.sha }}
|
||||
restore-keys: macos-12-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
|
||||
max-size: 1000M
|
||||
|
||||
- name: CMake Generation
|
||||
|
||||
Reference in New Issue
Block a user