mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
ci: macOS build with big sur to increase compatibility (#2944)
This commit is contained in:
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Intel
|
||||
runs-on: macos-12
|
||||
runs-on: macos-11
|
||||
timeout-minutes: 120
|
||||
|
||||
env: # overrides: https://github.com/mbitsnbites/buildcache/blob/master/doc/configuration.md
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Setup Buildcache
|
||||
uses: mikehardy/buildcache-action@v2.1.0
|
||||
with:
|
||||
cache_key: macos-12-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
|
||||
cache_key: macos-11-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
|
||||
buildcache_tag: v0.28.1
|
||||
|
||||
- name: CMake Generation
|
||||
|
||||
Reference in New Issue
Block a user