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