mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: use Cirrus macOS VMs (#985)
This commit is contained in:

committed by
GitHub

parent
e80f974b24
commit
0da12bd10e
2
.github/workflows/release-tip.yml
vendored
2
.github/workflows/release-tip.yml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user