From 59048668bb6ea003bc61cdbf98a92b3c42f7abd7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 25 Mar 2024 10:55:27 -0700 Subject: [PATCH] ci: try PR builds on Namespace --- .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 48d338b63..f7b26e5b9 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: ghcr.io/cirruslabs/macos-ventura-xcode:latest + runs-on: namespace-profile-ghostty-macos timeout-minutes: 90 steps: - name: Checkout code