Force Xcode toolchain on mac runner

This commit is contained in:
Lawrence Chen 2026-01-25 16:55:58 -08:00
parent 157b74e8b0
commit 9c203a49a0

View file

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