Skip to content

Commit

Permalink
ci: try iPhone 15 Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent 9cf5da7 commit 3edc27d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: List Devices
run: xcrun simctl list devicetypes

- name: Install Pods
working-directory: ./packages/react-native-app
run: yarn pod:install
Expand All @@ -138,7 +141,7 @@ jobs:
- name: Install on iOS Simulator
working-directory: ./packages/react-native-app
run: |
xcrun simctl boot "iPhone 16 Pro"
xcrun simctl boot "iPhone 15 Pro"
xcrun simctl install booted ./ios/build/Build/Products/Release-iphonesimulator/MapLibreReactNativeExample.app
- name: Test with Maestro
Expand Down

0 comments on commit 3edc27d

Please sign in to comment.