From 3edc27d89e49bede74b93122812645366c033f36 Mon Sep 17 00:00:00 2001 From: Kilian Finger Date: Thu, 5 Dec 2024 20:37:23 +0100 Subject: [PATCH] ci: try iPhone 15 Pro --- .github/workflows/review.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c3607a8ed..1e55ca735 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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 @@ -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