fix: use full brew path with arch -arm64 for Rosetta runner
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 6s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-26 22:29:12 +00:00
parent 836cf9a16d
commit f5a777aee8

View File

@@ -37,7 +37,7 @@ jobs:
xcodebuild -version
- name: Install xcodegen
run: brew install xcodegen
run: arch -arm64 /opt/homebrew/bin/brew install xcodegen
- name: Generate Xcode project
run: |