Skip to content

Commit

Permalink
Use Xcode 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcharger authored Jan 10, 2025
1 parent eb4ae61 commit 8386c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.1.0.app/Contents/Developer

- name: Check Xcode version
run: /usr/bin/xcodebuild -version
Expand Down

0 comments on commit 8386c1f

Please sign in to comment.