From 2f746d0b3947f196a7f53ea765b8358d8b4341d1 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Wed, 3 Aug 2022 13:56:56 -0700 Subject: [PATCH] Mac OS product build vm image bump (#20232) --- build/azure-pipelines/sql-product-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/sql-product-build.yml b/build/azure-pipelines/sql-product-build.yml index 8cbcdc105a..8f4bdadbda 100644 --- a/build/azure-pipelines/sql-product-build.yml +++ b/build/azure-pipelines/sql-product-build.yml @@ -20,7 +20,7 @@ jobs: - job: macOS condition: and(succeeded(), eq(variables['VSCODE_BUILD_MACOS'], 'true'), ne(variables['VSCODE_QUALITY'], 'saw')) pool: - vmImage: 'macOS-10.15' + vmImage: 'macos-latest' dependsOn: - Compile steps: @@ -30,7 +30,7 @@ jobs: - job: macOS_Signing condition: and(succeeded(), eq(variables['VSCODE_BUILD_MACOS'], 'true'), eq(variables['signed'], true), ne(variables['VSCODE_QUALITY'], 'saw')) pool: - vmImage: 'macOS-10.15' + vmImage: 'macos-latest' dependsOn: - macOS steps: