mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 23:30:16 -04:00
ci: run on macos 15
This commit is contained in:
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: ARM
|
||||
runs-on: macos-12
|
||||
runs-on: macos-15
|
||||
timeout-minutes: 120
|
||||
|
||||
steps:
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Package Dependencies
|
||||
run: brew install cmake ninja
|
||||
run: brew install cmake ninja nasm
|
||||
|
||||
- name: Setup sccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2.14
|
||||
|
||||
Reference in New Issue
Block a user