diff --git a/.azure-pipelines/templates/variables.yml b/.azure-pipelines/templates/variables.yml index d19735c4e5b..e0b18de3596 100644 --- a/.azure-pipelines/templates/variables.yml +++ b/.azure-pipelines/templates/variables.yml @@ -2,4 +2,4 @@ variables: ubuntu_pool: 'pool-ubuntu-2004' windows_pool: 'pool-windows-2019' ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool' - macos_pool: 'macOS-12' + macos_pool: 'macOS-14' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aac6481450d..88d32e70a1d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -138,7 +138,7 @@ jobs: displayName: 'Verify src/azure-cli/requirements.*.Darwin.txt' condition: succeeded() pool: - vmImage: 'macOS-12' + vmImage: ${{ variables.macos_pool }} steps: - task: UsePythonVersion@0 @@ -633,7 +633,7 @@ jobs: dependsOn: BuildHomebrewFormula condition: succeeded() pool: - vmImage: 'macOS-12' + vmImage: ${{ variables.macos_pool }} steps: - task: DownloadPipelineArtifact@1 displayName: 'Download Metadata' @@ -677,7 +677,7 @@ jobs: # condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule')) condition: false pool: - vmImage: 'macOS-12' + vmImage: ${{ variables.macos_pool }} steps: - task: DownloadPipelineArtifact@1 displayName: 'Download Metadata'