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