Skip to content

Commit fa82557

Browse files
Update Linux build host to Ubuntu 22.04 (#20637)
1 parent 97725e8 commit fa82557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ jobs:
9393
pool:
9494
${{ if eq(variables['System.TeamProject'], 'public') }}:
9595
name: $(DncEngPublicBuildPool)
96-
image: 1es-ubuntu-2004-open
96+
image: 1es-ubuntu-2204-open
9797
os: linux
9898
${{ if eq(variables['System.TeamProject'], 'internal') }}:
9999
name: $(DncEngInternalBuildPool)
100-
image: 1es-ubuntu-2004
100+
image: 1es-ubuntu-2204
101101
os: linux
102102
container: ${{ parameters.container }}
103103
${{ if eq(parameters.agentOs, 'Darwin') }}:

0 commit comments

Comments
 (0)