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: