Skip to content

Commit

Permalink
test(ci, ios): try more powerful runner + yeetd, possible de-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 4, 2024
1 parent af235b6 commit b85e140
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
ios:
name: iOS
runs-on: macos-14
runs-on: macos-14-xlarge
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
timeout-minutes: 100
env:
Expand All @@ -38,6 +38,13 @@ jobs:
with:
xcode-version: 'latest-stable'

# https://bitrise.io/blog/post/xcode-15-performance-regressions
- name: Install yeetd
run: |
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
sudo installer -pkg yeetd-normal.pkg -target /
yeetd &
- name: Start Simulator
# The first time you try to `yarn run:ios` after xcode-select, it fails, so get it out of the way...
continue-on-error: true
Expand Down

0 comments on commit b85e140

Please sign in to comment.