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 73e2d9b commit ec53c08Copy full SHA for ec53c08
.github/workflows/ci.yml
@@ -149,6 +149,10 @@ jobs:
149
name: "[Debug] List Available Installable Runtimes"
150
run: xcodes runtimes --include-betas
151
152
+ - if: ${{ matrix.install }}
153
+ name: Select Xcode for installing runtimes
154
+ run: sudo xcodes select 16.4
155
+
156
- if: ${{ matrix.install }}
157
name: Install Required Runtime (${{ matrix.runtime }})
158
uses: nick-fields/retry@v3
0 commit comments