Skip to content

Commit

Permalink
update android version and xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Jan 22, 2024
1 parent b130486 commit cb98c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set default Xamarin SDK versions
run: |
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --android=10.2
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --android=11.0
- name: Setup .NET Core SDK 7.0.x
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set default Xcode 14.3
run: |
XCODE_ROOT=/Applications/Xcode_14.3.app
XCODE_ROOT=/Applications/Xcode.app
echo "MD_APPLE_SDK_ROOT=$XCODE_ROOT" >> $GITHUB_ENV
sudo xcode-select -s $XCODE_ROOT
Expand Down

0 comments on commit cb98c61

Please sign in to comment.