Skip to content

Commit 4bd5fe7

Browse files
committed
CI
1 parent 828d5ca commit 4bd5fe7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@ jobs:
150150

151151
- if: ${{ matrix.xcode == '26.0' && matrix.platform[0] != 'macOS' }}
152152
name: Install 2026 Runtime
153-
run: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
153+
uses: nick-fields/retry@v3
154+
with:
155+
timeout_minutes: 15
156+
max_attempts: 3
157+
command: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
154158

155159
- if: ${{ matrix.install }}
156160
name: "[Debug] List Available Installable Runtimes"

0 commit comments

Comments
 (0)