.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:
parent
d5c2fd6555
commit
9240edad98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue