From 9240edad98c5fe63f2acb9c405d337db019932c3 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 11 Apr 2025 11:08:00 -0400 Subject: [PATCH] .azurepipelines: Update ubuntu VM image to 24.04 Update to the latest 24.04 image from 22.04. Signed-off-by: Michael Kubacki --- .azurepipelines/Ubuntu-GCC.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/Ubuntu-GCC.yml b/.azurepipelines/Ubuntu-GCC.yml index 0970366108..99fb247187 100644 --- a/.azurepipelines/Ubuntu-GCC.yml +++ b/.azurepipelines/Ubuntu-GCC.yml @@ -20,7 +20,7 @@ jobs: - template: templates/pr-gate-build-job.yml parameters: tool_chain_tag: 'GCC5' - vm_image: 'ubuntu-22.04' + vm_image: 'ubuntu-24.04' container: ${{ variables.default_linux_image }} arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64" usePythonVersion: '' # use Python from the container image