diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 74309bc0ae..7b3507d431 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -55,7 +55,7 @@ parameters: image: 1es-ubuntu-2204 os: linux - name: Azure Pipelines - image: macOS-12 + image: macos-14 os: macOS variables: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4cf78e518..5321572575 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,7 +157,7 @@ stages: vmImage: ubuntu-22.04 pwsh: true macOS_12: - vmImage: macOS-12 + vmImage: macos-14 pwsh: true pool: vmImage: $[ variables['vmImage'] ]