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

Commit 51ad180

Browse files
authored
Update build-android.yml
1 parent 4f3acdf commit 51ad180

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)