ci: use Cirrus macOS VMs (#985)

pull/987/head
Mitchell Hashimoto 2023-12-03 20:46:01 -08:00 committed by GitHub
parent e80f974b24
commit 0da12bd10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
)
}}
runs-on: macos-12
runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest
timeout-minutes: 90
env:
# Needed for macos SDK

View File

@ -37,7 +37,7 @@ jobs:
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
build-macos:
runs-on: macos-12
runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest
needs: test
env:
# Needed for macos SDK