Skip to content

Commit ccbf5d1

Browse files
committed
sim updates
1 parent a5d9b05 commit ccbf5d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

playground/e2e/detox.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const config = {
2121
simulator: {
2222
type: 'ios.simulator',
2323
device: {
24-
type: 'iPhone 13 Pro Max',
25-
os: '15.5',
24+
type: 'iPhone 16 Pro Max',
25+
os: '18.5',
2626
},
2727
},
2828
emulator: {

scripts/test-unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function runAndroidUnitTests() {
2525

2626
function runIosUnitTests() {
2727
exec.execSync('yarn run pod-install');
28-
testTarget('playground', 'iPhone 13', '15.5');
28+
testTarget('playground', 'iPhone 16 Pro Max', '18.5');
2929
}
3030

3131
function testTarget(scheme, device, OS = 'latest') {

0 commit comments

Comments
 (0)