From c2053cba9819f640c895b14f60edc6c66a2d3e47 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 26 Mar 2024 19:59:20 -0700 Subject: [PATCH] ci: release tip moves to namespace --- .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 837a9c7eb..a8723d428 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