Skip to content

Commit

Permalink
use iPhone 15 as test device on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Feb 26, 2024
1 parent e23d79b commit 144c24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: "Start iOS Simulator"
run: |
xcrun simctl boot "iPhone 13 mini"
xcrun simctl boot "iPhone 15"

Check warning on line 123 in .github/workflows/all_plugins.yaml

View workflow job for this annotation

GitHub Actions / Typo CI

xcrun

"xcrun" is a typo. Did you mean "crunch"?
- name: "Run Flutter Driver tests on iOS"
working-directory: example
Expand Down

0 comments on commit 144c24b

Please sign in to comment.