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