Skip to content

Commit 2252f27

Browse files
committed
chore: chage ios device to iPhone 15
1 parent 5cf5bd8 commit 2252f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mocha-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Build
9696
working-directory: example
97-
run: npx react-native run-ios --no-packager --simulator='iPhone 14'
97+
run: npx react-native run-ios --no-packager --simulator='iPhone 15'
9898

9999
- name: Test iOS app
100100
working-directory: example

example/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
simulator: {
3939
type: 'ios.simulator',
4040
device: {
41-
type: 'iPhone 14'
41+
type: 'iPhone 15'
4242
}
4343
},
4444
attached: {

0 commit comments

Comments
 (0)