Skip to content

Commit

Permalink
Use iPhone 15 when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Nov 29, 2024
1 parent 7e0120a commit 6d76541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: futureware-tech/simulator-action@v2
if: ${{ matrix.platform == 'ios' }}
with:
model: "iPhone 14"
model: "iPhone 15"

- name: Install dependencies of the CLI
run: npm ci
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const android = require("./android-cli");
const xcode = require("./xcode-cli");
const logcat = require("./logcat");

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

const { MOCHA_REMOTE_PORT, PLATFORM, SPAWN_LOGCAT, SKIP_RUNNER, RETRY_DELAY, RETRIES } = process.env;
Expand Down
2 changes: 1 addition & 1 deletion packages/realm/bindgen/vendor/realm-core
Submodule realm-core updated 316 files

0 comments on commit 6d76541

Please sign in to comment.