Skip to content

Commit

Permalink
Try using Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcharger authored Jan 10, 2025
1 parent 17c3a5c commit eb4ae61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"

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

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

0 comments on commit eb4ae61

Please sign in to comment.