mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Revert "ci: try to use namespace for macos to see if that fixes builds"
This reverts commit d56bec8b9a7f11c5ed6ada5979399179b1faf794.
This commit is contained in:
5
.github/workflows/release-tip.yml
vendored
5
.github/workflows/release-tip.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user