From b757c8e3ca25fc502efe9ce6df2de8140db57cad Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:38:26 +0200 Subject: [PATCH] Engineering - Pin macOS build agent (#164455) Pin macOS build agent --- build/azure-pipelines/product-build-pr.yml | 6 +++--- build/azure-pipelines/product-build.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/azure-pipelines/product-build-pr.yml b/build/azure-pipelines/product-build-pr.yml index 8f13ec27f33..2ef55d4d05f 100644 --- a/build/azure-pipelines/product-build-pr.yml +++ b/build/azure-pipelines/product-build-pr.yml @@ -109,7 +109,7 @@ jobs: # - job: macOSUnitTest # displayName: macOS (Unit Tests) # pool: - # vmImage: macOS-latest + # vmImage: macOS-11 # timeoutInMinutes: 60 # variables: # BUILDSECMON_OPT_IN: true @@ -125,7 +125,7 @@ jobs: # - job: macOSIntegrationTest # displayName: macOS (Integration Tests) # pool: - # vmImage: macOS-latest + # vmImage: macOS-11 # timeoutInMinutes: 60 # variables: # BUILDSECMON_OPT_IN: true @@ -141,7 +141,7 @@ jobs: # - job: macOSSmokeTest # displayName: macOS (Smoke Tests) # pool: - # vmImage: macOS-latest + # vmImage: macOS-11 # timeoutInMinutes: 60 # variables: # BUILDSECMON_OPT_IN: true diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 9f073b2fe6e..6ca7f7a7b15 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -213,7 +213,7 @@ stages: - ${{ if eq(variables.VSCODE_BUILD_STAGE_MACOS, true) }}: - job: MacOS pool: - vmImage: macOS-latest + vmImage: macOS-11 steps: - template: ./darwin/cli-build-darwin.yml parameters: @@ -526,7 +526,7 @@ stages: - ${{ if eq(parameters.VSCODE_BUILD_TUNNEL_CLI, true) }}: - CompileCLI pool: - vmImage: macOS-latest + vmImage: macOS-11 variables: BUILDSECMON_OPT_IN: true jobs: