Skip to content

Commit

Permalink
update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingRain5 committed Nov 29, 2023
1 parent f36c438 commit 601d29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
run: |
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12
- name: Set default Xcode 12.3
- name: Set default Xcode 14.0.1
run: |
XCODE_ROOT=/Applications/Xcode_12.3.0.app
XCODE_ROOT=/Applications/Xcode_14.0.1.app
echo "MD_APPLE_SDK_ROOT=$XCODE_ROOT" >> $GITHUB_ENV
sudo xcode-select -s $XCODE_ROOT
Expand Down

0 comments on commit 601d29a

Please sign in to comment.