From b112f3954ce703ceb90afe5bb391b9d33321db2b Mon Sep 17 00:00:00 2001 From: Lukas <134181853+bo2themax@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:38:28 +0200 Subject: [PATCH] build: stop building Ghostty for iOS Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c801fbe55..ec8b8844e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1164,14 +1164,6 @@ jobs: COMPILATION_CACHE_CAS_PATH=/Users/runner/Library/Developer/Xcode/DerivedData/CompilationCache.noindex \ COMPILATION_CACHE_KEEP_CAS_DIRECTORY=YES - # Build the iOS target without code signing just to verify it works. - - name: Build Ghostty iOS - run: | - cd macos - xcodebuild -target Ghostty-iOS "CODE_SIGNING_ALLOWED=NO" \ - COMPILATION_CACHE_CAS_PATH=/Users/runner/Library/Developer/Xcode/DerivedData/CompilationCache.noindex \ - COMPILATION_CACHE_KEEP_CAS_DIRECTORY=YES - build-macos-xcode-27: runs-on: namespace-profile-ghostty-macos-tahoe needs: test