We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9374cb5 commit b841d94Copy full SHA for b841d94
.github/workflows/build-release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Xcode
27
uses: maxim-lobanov/setup-xcode@v1
28
with:
29
- xcode-version: '16.0'
+ xcode-version: 'latest-stable'
30
31
- name: Show Xcode version
32
run: |
0 commit comments