Skip to content

Commit e66fc69

Browse files
committed
Add fix for lack of iOS 26 simulator actions/runner-images#12736
1 parent 0eb85ce commit e66fc69

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
run: |
4343
# workaround for failure to find iOS 26 simulator
4444
# https://github.com/actions/runner-images/issues/12862#issuecomment-3239326872
45-
xcrun simctl list > /dev/null
45+
xcrun simctl list || true
46+
4647
# alternatively https://github.com/actions/runner-images/issues/12904#issuecomment-3245474273
47-
#xcodebuild -downloadPlatform iOS
48+
xcodebuild -downloadPlatform iOS || true
4849
4950
- name: Setup SKIPLOCAL
5051
run: |

0 commit comments

Comments
 (0)