Skip to content

Commit

Permalink
{CI} Use macOS-12 (#23356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Aug 1, 2022
1 parent 17cafd5 commit a4c3ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
displayName: 'Verify src/azure-cli/requirements.*.Darwin.txt'
condition: succeeded()
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-12'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
dependsOn: BuildHomebrewFormula
condition: succeeded()
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-12'
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down Expand Up @@ -571,7 +571,7 @@ jobs:
# condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))
condition: false
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-12'
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down

0 comments on commit a4c3ef2

Please sign in to comment.