From 76f2b4495564b78c996b9fc45d350d9eb9c1e5c0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 Mar 2024 17:41:54 -0800 Subject: [PATCH] Revert "ci: try to use namespace for macos to see if that fixes builds" This reverts commit d56bec8b9a7f11c5ed6ada5979399179b1faf794. --- .github/workflows/release-tip.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 7528bbf03..ef174b060 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -32,8 +32,11 @@ jobs: ) }} - runs-on: namespace-profile-ghostty-macos + runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest timeout-minutes: 90 + env: + # Needed for macos SDK + AGREE: "true" steps: - name: Checkout code uses: actions/checkout@v4