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 5932ff3 commit 97fe79fCopy full SHA for 97fe79f
.github/workflows/build.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Install ldid
17
run: brew install ldid
18
19
- # - name: Select Xcode version (Optional - Adjust if needed)
20
- # run: sudo xcode-select -s /Applications/Xcode_$(xcodebuild -version | grep Xcode | cut -d' ' -f2).app
+ - name: Select Xcode version
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app
21
22
- name: Build Xcode Archive
23
run: |
0 commit comments