File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
# - job: macOSUnitTest
110
110
# displayName: macOS (Unit Tests)
111
111
# pool:
112
- # vmImage: macOS-latest
112
+ # vmImage: macOS-11
113
113
# timeoutInMinutes: 60
114
114
# variables:
115
115
# BUILDSECMON_OPT_IN: true
@@ -125,7 +125,7 @@ jobs:
125
125
# - job: macOSIntegrationTest
126
126
# displayName: macOS (Integration Tests)
127
127
# pool:
128
- # vmImage: macOS-latest
128
+ # vmImage: macOS-11
129
129
# timeoutInMinutes: 60
130
130
# variables:
131
131
# BUILDSECMON_OPT_IN: true
@@ -141,7 +141,7 @@ jobs:
141
141
# - job: macOSSmokeTest
142
142
# displayName: macOS (Smoke Tests)
143
143
# pool:
144
- # vmImage: macOS-latest
144
+ # vmImage: macOS-11
145
145
# timeoutInMinutes: 60
146
146
# variables:
147
147
# BUILDSECMON_OPT_IN: true
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ stages:
213
213
- ${{ if eq(variables.VSCODE_BUILD_STAGE_MACOS, true) }} :
214
214
- job : MacOS
215
215
pool :
216
- vmImage : macOS-latest
216
+ vmImage : macOS-11
217
217
steps :
218
218
- template : ./darwin/cli-build-darwin.yml
219
219
parameters :
@@ -526,7 +526,7 @@ stages:
526
526
- ${{ if eq(parameters.VSCODE_BUILD_TUNNEL_CLI, true) }} :
527
527
- CompileCLI
528
528
pool :
529
- vmImage : macOS-latest
529
+ vmImage : macOS-11
530
530
variables :
531
531
BUILDSECMON_OPT_IN : true
532
532
jobs :
You can’t perform that action at this time.
0 commit comments