Skip to content

Commit

Permalink
update xamarin sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Jan 22, 2024
1 parent 393e65f commit b130486
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.10 --android=10.2
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --android=10.2
- 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 @@ -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 --ios=14.10
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --ios=15.0
- name: Set default Xcode 14.3
run: |
Expand Down

0 comments on commit b130486

Please sign in to comment.