Skip to content

Commit 125dbae

Browse files
authored
Update to mac 15
1 parent e0fdd47 commit 125dbae

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
@@ -106,7 +106,7 @@ jobs:
106106
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
107107
pool:
108108
${{ if eq(parameters.agentOs, 'macOS') }}:
109-
vmImage: macOS-13
109+
vmImage: macOS-15
110110
${{ if eq(parameters.agentOs, 'Linux') }}:
111111
${{ if eq(parameters.useHostedUbuntu, true) }}:
112112
vmImage: ubuntu-20.04
@@ -320,7 +320,7 @@ jobs:
320320
pool:
321321
${{ if eq(parameters.agentOs, 'macOS') }}:
322322
name: Azure Pipelines
323-
image: macOS-13
323+
image: macOS-15
324324
os: macOS
325325
${{ if eq(parameters.agentOs, 'Linux') }}:
326326
name: $(DncEngInternalBuildPool)

0 commit comments

Comments
 (0)