Update macOS build agents to macOS 11 (#9562)

This commit is contained in:
Changming Sun 2021-10-27 10:00:04 -07:00 committed by GitHub
parent 5d5c03bcdc
commit aa76520e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
jobs:
- job: Android_CI
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
timeoutInMinutes: 180
steps:
# Onnx has no 3.9 python package available yet, need to use python 3.8 to avoid build onnx package

View file

@ -1,7 +1,7 @@
jobs:
- job: CoreML_CI
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
timeoutInMinutes: 120

View file

@ -1,7 +1,7 @@
jobs:
- job: iOS_CI_on_Mac
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
timeoutInMinutes: 150

View file

@ -16,7 +16,7 @@ jobs:
displayName: "iOS Packaging"
pool:
vmImage: "macOS-10.15"
vmImage: "macOS-11"
timeoutInMinutes: 90

View file

@ -2,7 +2,7 @@ jobs:
- job: ObjCStaticAnalysis
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
timeoutInMinutes: 60

View file

@ -6,7 +6,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
dependsOn:
- NuGet_Packaging_${{ parameters.ArtifactSuffix }}
condition: succeeded()

View file

@ -14,7 +14,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables:
- name: runCodesignValidationInjection
value: false

View file

@ -111,7 +111,7 @@ jobs:
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
timeoutInMinutes: 120
steps:
- template: set-version-number-variables-step.yml
@ -188,7 +188,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
timeoutInMinutes: 180
steps:
- template: set-version-number-variables-step.yml
@ -556,7 +556,7 @@ jobs:
- template: ../nuget/templates/test_macos.yml
parameters:
AgentPool : macOS-10.15
AgentPool : macOS-11
ArtifactSuffix: 'CPU'
- job: Publish_NuGet_Package_And_Report
@ -776,7 +776,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables:
- name: runCodesignValidationInjection
value: false

View file

@ -34,7 +34,7 @@ parameters:
- job: Test_Final_Jar_MacOs
timeoutInMinutes: 60
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-11'
condition: eq(parameters['RunMacOs'], 'true')
steps:
- task: DownloadPipelineArtifact@2

View file

@ -15,7 +15,7 @@ jobs:
clean: all
timeoutInMinutes: 150
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables:
BuildCommand: ${{ parameters.BuildCommand }}
ALLOW_RELEASED_ONNX_OPSET_ONLY: ${{ parameters.AllowReleasedOpsetOnly }}

View file

@ -1008,7 +1008,7 @@ stages:
workspace:
clean: all
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
strategy: