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 828d5ca commit 4bd5fe7Copy full SHA for 4bd5fe7
.github/workflows/ci.yml
@@ -150,7 +150,11 @@ jobs:
150
151
- if: ${{ matrix.xcode == '26.0' && matrix.platform[0] != 'macOS' }}
152
name: Install 2026 Runtime
153
- run: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
+ uses: nick-fields/retry@v3
154
+ with:
155
+ timeout_minutes: 15
156
+ max_attempts: 3
157
+ command: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
158
159
- if: ${{ matrix.install }}
160
name: "[Debug] List Available Installable Runtimes"
0 commit comments