Skip to content

Commit 6d76541

Browse files
committed
Use iPhone 15 when testing
1 parent 7e0120a commit 6d76541

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/install-test-react-native.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: futureware-tech/simulator-action@v2
6464
if: ${{ matrix.platform == 'ios' }}
6565
with:
66-
model: "iPhone 14"
66+
model: "iPhone 15"
6767

6868
- name: Install dependencies of the CLI
6969
run: npm ci

integration-tests/environments/react-native-test-app/harness/runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const android = require("./android-cli");
2121
const xcode = require("./xcode-cli");
2222
const logcat = require("./logcat");
2323

24-
const { IOS_DEVICE_NAME = "iPhone 14", IOS_DEVICE_TYPE_ID = "com.apple.CoreSimulator.SimDeviceType.iPhone-14" } =
24+
const { IOS_DEVICE_NAME = "iPhone 15", IOS_DEVICE_TYPE_ID = "com.apple.CoreSimulator.SimDeviceType.iPhone-15" } =
2525
process.env;
2626

2727
const { MOCHA_REMOTE_PORT, PLATFORM, SPAWN_LOGCAT, SKIP_RUNNER, RETRY_DELAY, RETRIES } = process.env;
Submodule realm-core updated 316 files

0 commit comments

Comments
 (0)