From efa18d69717d969850e3efce9c7c25aca619903e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 25 Mar 2024 11:06:51 -0700 Subject: [PATCH] Revert "ci: try PR builds on Namespace" This reverts commit 59048668bb6ea003bc61cdbf98a92b3c42f7abd7. --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index f7b26e5b9..48d338b63 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -8,7 +8,7 @@ name: Release PR jobs: build-macos: - runs-on: namespace-profile-ghostty-macos + runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest timeout-minutes: 90 steps: - name: Checkout code