Skip to content

Commit b757c8e

Browse files
authored
Engineering - Pin macOS build agent (microsoft#164455)
Pin macOS build agent
1 parent 7bd27b4 commit b757c8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/azure-pipelines/product-build-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# - job: macOSUnitTest
110110
# displayName: macOS (Unit Tests)
111111
# pool:
112-
# vmImage: macOS-latest
112+
# vmImage: macOS-11
113113
# timeoutInMinutes: 60
114114
# variables:
115115
# BUILDSECMON_OPT_IN: true
@@ -125,7 +125,7 @@ jobs:
125125
# - job: macOSIntegrationTest
126126
# displayName: macOS (Integration Tests)
127127
# pool:
128-
# vmImage: macOS-latest
128+
# vmImage: macOS-11
129129
# timeoutInMinutes: 60
130130
# variables:
131131
# BUILDSECMON_OPT_IN: true
@@ -141,7 +141,7 @@ jobs:
141141
# - job: macOSSmokeTest
142142
# displayName: macOS (Smoke Tests)
143143
# pool:
144-
# vmImage: macOS-latest
144+
# vmImage: macOS-11
145145
# timeoutInMinutes: 60
146146
# variables:
147147
# BUILDSECMON_OPT_IN: true

build/azure-pipelines/product-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ stages:
213213
- ${{ if eq(variables.VSCODE_BUILD_STAGE_MACOS, true) }}:
214214
- job: MacOS
215215
pool:
216-
vmImage: macOS-latest
216+
vmImage: macOS-11
217217
steps:
218218
- template: ./darwin/cli-build-darwin.yml
219219
parameters:
@@ -526,7 +526,7 @@ stages:
526526
- ${{ if eq(parameters.VSCODE_BUILD_TUNNEL_CLI, true) }}:
527527
- CompileCLI
528528
pool:
529-
vmImage: macOS-latest
529+
vmImage: macOS-11
530530
variables:
531531
BUILDSECMON_OPT_IN: true
532532
jobs:

0 commit comments

Comments
 (0)