Skip to content

Commit 73bd4a2

Browse files
committed
Bumped the Xamarin.Android version
1 parent e66fd96 commit 73bd4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- name: Set default Xamarin SDK versions
1616
run: |
17-
$VM_ASSETS/select-xamarin-sdk-v2.sh --android=12.0
17+
$VM_ASSETS/select-xamarin-sdk-v2.sh --android=13.0
1818
1919
- name: Setup .NET Core SDK 5.0.x
2020
uses: actions/setup-dotnet@v1

.github/workflows/manual-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Set default Xamarin SDK versions
1313
run: |
14-
$VM_ASSETS/select-xamarin-sdk-v2.sh --android=12.0
14+
$VM_ASSETS/select-xamarin-sdk-v2.sh --android=13.0
1515
1616
- name: Update ndk location
1717
run: ln -sfn /Users/runner/Library/Android/sdk/ndk/22.1.7171670 /Users/runner/Library/Android/sdk/ndk-bundle

0 commit comments

Comments
 (0)