.azurepipelines: Update ubuntu VM image to 24.04

Update to the latest 24.04 image from 22.04.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki 2025-04-11 11:08:00 -04:00
parent d5c2fd6555
commit 9240edad98
1 changed files with 1 additions and 1 deletions

View File

@ -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