Change xcode version

This commit is contained in:
Jawshoeadan
2025-03-31 16:06:49 +02:00
parent 5932ff36c4
commit 97fe79fa59

View File

@@ -16,8 +16,8 @@ jobs:
- name: Install ldid
run: brew install ldid
# - name: Select Xcode version (Optional - Adjust if needed)
# 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
- name: Build Xcode Archive
run: |