Revert "ci: use Cirrus macOS VMs (#985)"

This reverts commit 0da12bd10eb81090d9b6ed919befd7bdd37caf6d.

Secret access failed, we'll add this back once that is fixed.
This commit is contained in:
Mitchell Hashimoto
2023-12-03 21:18:26 -08:00
parent c108b8797f
commit 7022fe86d5
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
) )
}} }}
runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest runs-on: macos-12
timeout-minutes: 90 timeout-minutes: 90
env: env:
# Needed for macos SDK # 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 }} run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
build-macos: build-macos:
runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest runs-on: macos-12
needs: test needs: test
env: env:
# Needed for macos SDK # Needed for macos SDK