We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf5bd8 commit 2252f27Copy full SHA for 2252f27
.github/workflows/mocha-ios.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Build
96
working-directory: example
97
- run: npx react-native run-ios --no-packager --simulator='iPhone 14'
+ run: npx react-native run-ios --no-packager --simulator='iPhone 15'
98
99
- name: Test iOS app
100
example/.detoxrc.js
@@ -38,7 +38,7 @@ module.exports = {
38
simulator: {
39
type: 'ios.simulator',
40
device: {
41
- type: 'iPhone 14'
+ type: 'iPhone 15'
42
}
43
},
44
attached: {
0 commit comments