We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcf372 commit 8894b3cCopy full SHA for 8894b3c
.github/workflows/check.yml
@@ -133,14 +133,13 @@ jobs:
133
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
134
name: Test app (iOS)
135
runs-on: macos-latest
136
- env:
137
- DEVELOPER_DIR: /Applications/Xcode_26.2.app
138
- IOS_DEVICE_NAME: iPhone 16
139
steps:
140
- uses: actions/checkout@v4
141
- uses: actions/setup-node@v6
142
with:
143
node-version: lts/krypton
+ - name: Boot the simulator
+ run: xcrun simctl boot 'iPhone 17'
144
- name: Setup cpp tools
145
uses: aminya/setup-cpp@v1
146
0 commit comments