diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 2ed70e75da..e10118d0ee 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-13 os: macOS variables: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4cf78e518..cd355dbe68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,8 +156,8 @@ stages: Ubuntu_22_04: vmImage: ubuntu-22.04 pwsh: true - macOS_12: - vmImage: macOS-12 + macos_13: + vmImage: macos-13 pwsh: true pool: vmImage: $[ variables['vmImage'] ]