Skip to content

Commit 3bcfedc

Browse files
committed
test ci with iphone 17
1 parent c8334e7 commit 3bcfedc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Xcode
2626
uses: maxim-lobanov/setup-xcode@v1
2727
with:
28-
xcode-version: '16.4'
28+
xcode-version: '26.2'
2929
- name: Install applesimutils
3030
env:
3131
HOMEBREW_NO_AUTO_UPDATE: 1

examples/E2E/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
simulator: {
5252
type: 'ios.simulator',
5353
device: {
54-
type: 'iPhone 16'
54+
type: 'iPhone 17'
5555
}
5656
},
5757
attached: {

0 commit comments

Comments
 (0)