We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab0dfff + c6d10fa commit f538b22Copy full SHA for f538b22
.github/workflows/autobuild.yml
@@ -288,7 +288,7 @@ jobs:
288
steps:
289
- name: Select Xcode version for Mac
290
if: matrix.config.target_os == 'macos' || matrix.config.target_os == 'ios'
291
- uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
+ uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
292
with:
293
xcode-version: ${{ matrix.config.xcode_version }}
294
0 commit comments