ci: run on macos 15
This commit is contained in:
parent
59ab517b98
commit
1b9770c4a2
|
|
@ -13,7 +13,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: ARM
|
name: ARM
|
||||||
runs-on: macos-12
|
runs-on: macos-15
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Package Dependencies
|
- name: Install Package Dependencies
|
||||||
run: brew install cmake ninja
|
run: brew install cmake ninja nasm
|
||||||
|
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.14
|
uses: hendrikmuhs/ccache-action@v1.2.14
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue