From 0da12bd10eb81090d9b6ed919befd7bdd37caf6d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 3 Dec 2023 20:46:01 -0800 Subject: [PATCH] ci: use Cirrus macOS VMs (#985) --- .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