Skip to content

Commit 1f32fa5

Browse files
committed
fix(ci): trust wix/brew tap before installing applesimutils
macOS 26 runner requires explicit tap trust for Homebrew security. Fixes: Refusing to load formula wix/brew/applesimutils from untrusted tap
1 parent 8e5579d commit 1f32fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
xcode-version: '26.4'
8181

8282
- name: Install applesimutils
83-
run: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils
83+
run: brew trust wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install wix/brew/applesimutils
8484

8585
- name: Install e2etest dependencies
8686
run: cd Example/e2etest && bun install --frozen-lockfile

0 commit comments

Comments
 (0)