From d90fa12bf898ffb03448c0769b8efe8a9531a4a0 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Fri, 8 Mar 2024 15:55:16 -0800 Subject: [PATCH] Trying the 2004 image of Ubuntu instead of the 2204 image. --- eng/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/build.yml b/eng/build.yml index bd0a25cb3..bf7f5db5b 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -87,7 +87,7 @@ jobs: ${{ if eq(parameters.agentOs, 'Linux') }}: pool: name: $(DncEngInternalBuildPool) - image: 1es-ubuntu-2204-pt + image: 1es-ubuntu-2004-pt os: linux container: ${{ parameters.container }} ${{ if eq(parameters.agentOs, 'Darwin') }}: