Skip to content

Commit

Permalink
update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Jan 16, 2025
1 parent 827c2c9 commit 0481c3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smeemDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"
- name: xcode path
run: xcode-select -p
- name: Set Xcode version
- name: Select Xcode 16
run: sudo xcode-select -switch /Applications/Xcode_2.app/Contents/Developer
- name: Resolve Dependencies
run: xcodebuild -resolvePackageDependencies
Expand Down

0 comments on commit 0481c3a

Please sign in to comment.