Skip to content

Commit 468bce7

Browse files
committed
chore(iOS tests): fix iOS simulator type, the previous type is no more availabe in the GitHub runner
1 parent b69416e commit 468bce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-typescript-react-native/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
simulator_18: {
6060
type: 'ios.simulator',
6161
device: {
62-
type: 'iPhone SE (3rd generation)',
62+
type: 'iPhone 14',
6363
os: 'iOS 18.0'
6464
}
6565
},

0 commit comments

Comments
 (0)