From f12371ec1c0167ff019199391d8819c6ad8513bb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 Dec 2023 11:01:19 -0800 Subject: [PATCH] Revert "Revert "ci: use Cirrus macOS VMs (#985)"" This reverts commit 7022fe86d52bece810a4b15354dc693cc1483ae1. --- .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 ed7a41e8d..40842b2fa 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 725050f9e..32070893b 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: macos-12 + runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest needs: test env: # Needed for macos SDK