diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index afec5a65a6..2ea8df5b57 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -50,7 +50,7 @@ parameters: image: 1es-ubuntu-2204 os: linux - name: Azure Pipelines - image: macOS-11 + image: macOS-12 os: macOS variables: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ad414af8e..f4cf78e518 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,8 +156,8 @@ stages: Ubuntu_22_04: vmImage: ubuntu-22.04 pwsh: true - macOS_11: - vmImage: macOS-11 + macOS_12: + vmImage: macOS-12 pwsh: true pool: vmImage: $[ variables['vmImage'] ]