summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Steffen <osteffen@redhat.com>2023-01-16 18:40:43 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-01-17 19:06:32 +0000
commitea382b3b21ef6664d5850dfbe08793f77d10c15d (patch)
tree67e71cb2332b385b24c9e8b0db35272fc5d3bd3e
parent7edf1201501ed97d056e61306ef3d790cd828136 (diff)
downloadedk2-ea382b3b21ef6664d5850dfbe08793f77d10c15d.tar.gz
edk2-ea382b3b21ef6664d5850dfbe08793f77d10c15d.tar.bz2
edk2-ea382b3b21ef6664d5850dfbe08793f77d10c15d.zip
CI: use ubuntu-22.04 image (Linux only)
Use the same vm_image as the other Linux CIs in ArmVirtPkg, EmulatorPkg, and OvmfPkg. Switch over to ubuntu-22.04 from ubuntu-latest. Signed-off-by: Oliver Steffen <osteffen@redhat.com> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Chris Fernald <chfernal@microsoft.com>
-rw-r--r--.azurepipelines/Ubuntu-GCC5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml
index c3f29625a5..b9a3b851cf 100644
--- a/.azurepipelines/Ubuntu-GCC5.yml
+++ b/.azurepipelines/Ubuntu-GCC5.yml
@@ -20,7 +20,7 @@ jobs:
- template: templates/pr-gate-build-job.yml
parameters:
tool_chain_tag: 'GCC5'
- vm_image: 'ubuntu-latest'
+ vm_image: 'ubuntu-22.04'
container: ${{ variables.default_linux_image }}
arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"
usePythonVersion: '' # use Python from the container image