Skip to content

Commit

Permalink
Fix Xcode version for carthage CI step.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 17, 2023
1 parent 399a495 commit 2d5f614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/carthage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Check out SDK repo
uses: actions/checkout@v2

- name: Select Specific Xcode Version (14.2)
- name: Select Specific Xcode Version (15.0.1)
run: |
sudo xcode-select -s /Applications/Xcode_14.2.app
sudo xcode-select -s /Applications/Xcode_15.0.1.app
echo "Selected Xcode version:"
xcodebuild -version
Expand Down

0 comments on commit 2d5f614

Please sign in to comment.