From f5a777aee8f9acad150ed678d0863a22a9d9dbdb Mon Sep 17 00:00:00 2001 From: millianlmx Date: Fri, 26 Jun 2026 22:29:12 +0000 Subject: [PATCH] fix: use full brew path with arch -arm64 for Rosetta runner --- .gitea/workflows/pr-iphone-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-iphone-deploy.yml b/.gitea/workflows/pr-iphone-deploy.yml index 2cc3978..0e4adca 100644 --- a/.gitea/workflows/pr-iphone-deploy.yml +++ b/.gitea/workflows/pr-iphone-deploy.yml @@ -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: |