Skip to content

Commit 97fe79f

Browse files
committed
Change xcode version
1 parent 5932ff3 commit 97fe79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Install ldid
1717
run: brew install ldid
1818

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
19+
- name: Select Xcode version
20+
run: sudo xcode-select -s /Applications/Xcode_16.2.app
2121

2222
- name: Build Xcode Archive
2323
run: |

0 commit comments

Comments
 (0)