There was an error while loading. Please reload this page.
1 parent 9f579d9 commit 11ad50dCopy full SHA for 11ad50d
1 file changed
.github/workflows/ci.yaml
@@ -56,7 +56,9 @@ jobs:
56
57
- name: Setup Xcode 26.0
58
run: |
59
+ sudo xcode-select -s /Applications/Xcode_26.0.app/Contents/Developer
60
xcodebuild -version
61
+ sudo xcodebuild -runFirstLaunch
62
xcrun simctl list runtimes
63
64
if ! xcrun simctl list runtimes | grep -q "iOS"; then
0 commit comments