From 7022fe86d52bece810a4b15354dc693cc1483ae1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 3 Dec 2023 21:18:26 -0800 Subject: [PATCH] Revert "ci: use Cirrus macOS VMs (#985)" This reverts commit 0da12bd10eb81090d9b6ed919befd7bdd37caf6d. Secret access failed, we'll add this back once that is fixed. --- .github/workflows/release-tip.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 40842b2fa..ed7a41e8d 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -31,7 +31,7 @@ jobs: ) }} - runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest + runs-on: macos-12 timeout-minutes: 90 env: # Needed for macos SDK diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32070893b..725050f9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }} build-macos: - runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest + runs-on: macos-12 needs: test env: # Needed for macos SDK