ci: try to use namespace for macos to see if that fixes builds

This commit is contained in:
Mitchell Hashimoto
2024-03-04 17:34:35 -08:00
parent ad0f062d44
commit d56bec8b9a

View File

@ -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