diff --git a/codemagic.yaml b/codemagic.yaml index 41f9b3b0..5fbcecaf 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -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 @@ -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 diff --git a/mobile-app/integration_test_runner.dart b/mobile-app/integration_test_runner.dart index c1f58e44..5550f721 100755 --- a/mobile-app/integration_test_runner.dart +++ b/mobile-app/integration_test_runner.dart @@ -37,7 +37,7 @@ brew install applesimutils 'applesimutils', [ '--byName', - 'iPhone 15 Pro Max', + 'iPhone 16 Pro Max', '--bundle', 'org.freecodecamp.ios', '--setPermissions',