Skip to content

Commit cda3789

Browse files
committed
Boot the simulator and use an older xcode
1 parent 0064149 commit cda3789

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,13 @@ jobs:
134134
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
135135
name: Test app (iOS)
136136
runs-on: macos-latest
137-
env:
138-
DEVELOPER_DIR: /Applications/Xcode_26.2.app
139-
IOS_DEVICE_NAME: iPhone 16
140137
steps:
141138
- uses: actions/checkout@v4
142139
- uses: actions/setup-node@v6
143140
with:
144141
node-version: lts/krypton
142+
- name: Boot the simulator
143+
run: xcrun simctl boot 'iPhone 17'
145144
- name: Setup cpp tools
146145
uses: aminya/setup-cpp@v1
147146
with:

0 commit comments

Comments
 (0)