diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4de71da8..e44c3cd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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