Skip to content

Commit 05deac9

Browse files
committed
Use iPhone 15 when testing
1 parent 7e0120a commit 05deac9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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

.github/workflows/pr-realm-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ jobs:
490490
- prebuild-apple
491491
env:
492492
DEVELOPER_DIR: /Applications/Xcode_15.4.app
493-
IOS_DEVICE_NAME: iPhone 14
493+
IOS_DEVICE_NAME: iPhone 15
494494
# See https://guides.cocoapods.org/using/faq.html#can-i-change-the-default-cocoapods-repositories-folder
495495
CP_HOME_DIR: ${{ github.workspace }}/.cocoapods
496496
runs-on: macos-latest-large

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

Lines changed: 1 addition & 1 deletion
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;

0 commit comments

Comments
 (0)