Skip to content

Commit

Permalink
fix: use iPhone 16 Pro Max for iOS CI/CD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 committed Jan 22, 2025
1 parent 6371b33 commit 172ce99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ workflows:
- name: Boot iOS simulator
script: |
xcrun simctl shutdown all
xcrun simctl boot "iPhone 15 Pro Max"
xcrun simctl bootstatus "iPhone 15 Pro Max"
xcrun simctl boot "iPhone 16 Pro Max"
xcrun simctl bootstatus "iPhone 16 Pro Max"
- name: Run integration tests
script: dart integration_test_runner.dart --ios
Expand Down Expand Up @@ -131,8 +131,8 @@ workflows:
- name: Boot iOS simulator
script: |
xcrun simctl shutdown all
xcrun simctl boot "iPhone 15 Pro Max"
xcrun simctl bootstatus "iPhone 15 Pro Max"
xcrun simctl boot "iPhone 16 Pro Max"
xcrun simctl bootstatus "iPhone 16 Pro Max"
- name: Run integration tests
script: dart integration_test_runner.dart --ios
Expand Down
2 changes: 1 addition & 1 deletion mobile-app/integration_test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ brew install applesimutils
'applesimutils',
[
'--byName',
'iPhone 15 Pro Max',
'iPhone 16 Pro Max',
'--bundle',
'org.freecodecamp.ios',
'--setPermissions',
Expand Down

0 comments on commit 172ce99

Please sign in to comment.