Skip to content

Commit

Permalink
Try iOS 18.0 again
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Nov 5, 2024
1 parent eac24e4 commit 421602b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/focus-ios-ui-tests-previous-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
ios_simulator: iPhone 14
- ios_version: 15.5
ios_simulator: iPhone 13
- ios_version: 18.0
ios_simulator: iPhone 15

steps:
- name: Check out source code
Expand All @@ -47,7 +49,11 @@ jobs:
./bootstrap.sh --force
- name: Create iOS ${{ matrix.ios_version }} simulator
id: setup-simulator
if: ${{ env.ios_version != '18.0' }}
run: |
# "xcodes runtime install" does not support iOS 18 at this point.
# macos-14 Github Actions runner contains iOS 18 runtime, so we can
# skip this step.
sudo xcodes runtimes install "iOS ${{ matrix.ios_version }}"
xcrun simctl list devices iphone
- name: Build Focus
Expand Down

0 comments on commit 421602b

Please sign in to comment.