Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 1, 2024. It is now read-only.
/Xamarin.FormsPublic archive

Commit51ad180

Browse files
authored
Update build-android.yml
1 parent4f3acdf commit51ad180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build/steps/build-android.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
name:''# in the form type_platform_host
33
displayName:''# the human name
4-
vmImage:'macOS-10.15'# the VM image
4+
vmImage:'internal-macos12'# the VM image
55
vmPool:'Azure Pipelines'# the VM pool
66
dependsOn:[]# the dependiencies
77
preBuildSteps:[]# any steps to run before the build
@@ -24,7 +24,7 @@ jobs:
2424
timeoutInMinutes:120
2525
pool:
2626
name:${{ coalesce(parameters.vmPool, 'Azure Pipelines') }}
27-
vmImage:${{ coalesce(parameters.vmImage, 'macOS-10.15') }}
27+
vmImage:${{ coalesce(parameters.vmImage, 'internal-macos12') }}
2828
dependsOn:${{ parameters.dependsOn }}
2929
strategy:
3030
matrix:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp