Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 'latest-stable'
xcode-version: '26.0.1' # temporarily pinning version until simulators are defined 'latest-stable'

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -212,11 +212,14 @@ jobs:
run: yarn tests:emulator:start-ci

# https://bitrise.io/blog/post/xcode-15-performance-regressions
- name: Install yeetd
# https://developer.apple.com/forums/thread/805625?answerId=865340022#865340022
- name: Install yeetd and fix iOS perf issues
run: |
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
sudo installer -pkg yeetd-normal.pkg -target /
yeetd &
launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist

- name: Install brew utilities
uses: nick-fields/retry@v3
Expand Down
Loading