Skip to content

Commit 2429294

Browse files
committed
wip
1 parent 1826014 commit 2429294

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

detox/test/e2e/detox.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const config = {
9999
headless: Boolean(process.env.CI),
100100
device: {
101101
type: 'iPhone 15 Pro Max',
102-
os: '17.0.1'
102+
os: '18.1'
103103
},
104104
},
105105

scripts/ci.ios.sh

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ pushd detox/test
2222
## After this command sims are available again
2323
xcrun simctl list > /dev/null
2424

25+
xcrun simctl create 'iPhone 15 Pro Max' 'iPhone 15 Pro Max' 'com.apple.CoreSimulator.SimRuntime.iOS-18-1'
26+
2527
run_f "npm run build:ios"
2628
run_f "npm run e2e:ios"
2729
cp coverage/lcov.info ../../coverage/e2e-ios-ci.lcov

0 commit comments

Comments
 (0)