ci: run on macos 15

This commit is contained in:
Tyler Wilding 2024-11-09 14:53:57 -05:00
parent 59ab517b98
commit 1b9770c4a2

View File

@ -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