Skip to content

Commit 93fd5b3

Browse files
akoeplingergithub-actions
authored andcommitted
1 parent 0297608 commit 93fd5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
9696
pool:
9797
${{ if eq(parameters.agentOs, 'macOS') }}:
98-
vmImage: macOS-11
98+
vmImage: macOS-12
9999
${{ if eq(parameters.agentOs, 'Linux') }}:
100100
${{ if and(eq(parameters.useHostedUbuntu, true), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
101101
vmImage: ubuntu-20.04
@@ -311,7 +311,7 @@ jobs:
311311
pool:
312312
${{ if eq(parameters.agentOs, 'macOS') }}:
313313
name: Azure Pipelines
314-
image: macOS-11
314+
image: macOS-12
315315
os: macOS
316316
${{ if eq(parameters.agentOs, 'Linux') }}:
317317
name: NetCore1ESPool-Svc-Internal

0 commit comments

Comments
 (0)