We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb85ce commit e66fc69Copy full SHA for e66fc69
1 file changed
.github/workflows/ci.yml
@@ -42,9 +42,10 @@ jobs:
42
run: |
43
# workaround for failure to find iOS 26 simulator
44
# https://github.com/actions/runner-images/issues/12862#issuecomment-3239326872
45
- xcrun simctl list > /dev/null
+ xcrun simctl list || true
46
+
47
# alternatively https://github.com/actions/runner-images/issues/12904#issuecomment-3245474273
- #xcodebuild -downloadPlatform iOS
48
+ xcodebuild -downloadPlatform iOS || true
49
50
- name: Setup SKIPLOCAL
51
0 commit comments