We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fdd47 commit 125dbaeCopy full SHA for 125dbae
.azure/pipelines/jobs/default-build.yml
@@ -106,7 +106,7 @@ jobs:
106
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
107
pool:
108
${{ if eq(parameters.agentOs, 'macOS') }}:
109
- vmImage: macOS-13
+ vmImage: macOS-15
110
${{ if eq(parameters.agentOs, 'Linux') }}:
111
${{ if eq(parameters.useHostedUbuntu, true) }}:
112
vmImage: ubuntu-20.04
@@ -320,7 +320,7 @@ jobs:
320
321
322
name: Azure Pipelines
323
- image: macOS-13
+ image: macOS-15
324
os: macOS
325
326
name: $(DncEngInternalBuildPool)
0 commit comments