Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 23dcbc2

Browse files
authored
Update azure-pipelines.yml
1 parent 06b9528 commit 23dcbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ stages:
148148
- template: build/steps/build-android.yml
149149
parameters:
150150
vmPool: $[coalesce(variables.macAndroid2019VmPool, 'Azure Pipelines')]
151-
vmImage: $[coalesce(variables.macAndroid2019VmImage, 'macOS-10.15')]
151+
vmImage: $[coalesce(variables.macAndroid2019VmImage, 'macOS-latest')]
152152
provisionatorPath : 'build/provisioning/provisioning.csx'
153153
buildConfiguration: $(DefaultBuildConfiguration)
154154
${{ if ne(variables['MSBuildArguments_cg_android'], '') }}:

0 commit comments

Comments
 (0)