Skip to content

Commit 8894b3c

Browse files
committed
Boot the simulator and use an older xcode
1 parent bbcf372 commit 8894b3c

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
@@ -133,14 +133,13 @@ jobs:
133133
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
134134
name: Test app (iOS)
135135
runs-on: macos-latest
136-
env:
137-
DEVELOPER_DIR: /Applications/Xcode_26.2.app
138-
IOS_DEVICE_NAME: iPhone 16
139136
steps:
140137
- uses: actions/checkout@v4
141138
- uses: actions/setup-node@v6
142139
with:
143140
node-version: lts/krypton
141+
- name: Boot the simulator
142+
run: xcrun simctl boot 'iPhone 17'
144143
- name: Setup cpp tools
145144
uses: aminya/setup-cpp@v1
146145
with:

0 commit comments

Comments
 (0)