Skip to content

Commit edb546b

Browse files
1 parent 547d719 commit edb546b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure/default-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
pool:
9191
${{ if eq(parameters.agentOs, 'macOS') }}:
9292
name: Azure Pipelines
93-
image: macOS-12
93+
image: macOS-13
9494
os: macOS
9595
${{ if eq(parameters.agentOs, 'Linux') }}:
9696
name: $(DncEngInternalBuildPool)
97-
image: 1es-ubuntu-2004
97+
image: 1es-ubuntu-2204
9898
os: linux
9999
${{ if eq(parameters.agentOs, 'Windows') }}:
100100
name: $(DncEngInternalBuildPool)
101-
image: windows.vs2019.amd64
101+
image: windows.vs2022preview.amd64
102102
os: windows
103103
steps:
104104
- checkout: self
@@ -145,4 +145,4 @@ jobs:
145145
inputs:
146146
testRunner: junit
147147
testResultsFiles: '$(Build.ArtifactStagingDirectory)/testOut/**/*.xml'
148-
testRunTitle: ${{ parameters.agentOs }}-unit_test
148+
testRunTitle: ${{ parameters.agentOs }}-unit_test

0 commit comments

Comments
 (0)