Force Xcode toolchain on mac runner
This commit is contained in:
parent
157b74e8b0
commit
9c203a49a0
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -12,6 +12,8 @@ permissions:
|
|||
jobs:
|
||||
build-sign-notarize:
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -23,6 +25,11 @@ jobs:
|
|||
brew update
|
||||
brew install zig
|
||||
|
||||
- name: Verify Xcode
|
||||
run: |
|
||||
xcodebuild -version
|
||||
xcrun --sdk macosx --show-sdk-path
|
||||
|
||||
- name: Build GhosttyKit.xcframework
|
||||
run: |
|
||||
cd ghostty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue