Skip to content

Commit 94cac7a

Browse files
committed
Boot the simulator
1 parent 0064149 commit 94cac7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@ jobs:
136136
runs-on: macos-latest
137137
env:
138138
DEVELOPER_DIR: /Applications/Xcode_26.2.app
139-
IOS_DEVICE_NAME: iPhone 16
139+
IOS_DEVICE_NAME: iPhone 17
140140
steps:
141141
- uses: actions/checkout@v4
142142
- uses: actions/setup-node@v6
143143
with:
144144
node-version: lts/krypton
145+
- name: Boot the simulator
146+
run: xcrun simctl boot '${{ env.IOS_DEVICE_NAME }}'
145147
- name: Setup cpp tools
146148
uses: aminya/setup-cpp@v1
147149
with:

0 commit comments

Comments
 (0)