diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-04-11 11:08:00 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-04-22 23:54:34 +0000 |
commit | 1ac795ea6cb05e139329f6e6501d7af7f66e843f (patch) | |
tree | c8a8f50e7c60e5e6c903f1b90ccbe6abf0a8cc52 | |
parent | b833c2f3a63d8f9c11e202a353f9d6907e9c5591 (diff) | |
download | edk2-1ac795ea6cb05e139329f6e6501d7af7f66e843f.zip edk2-1ac795ea6cb05e139329f6e6501d7af7f66e843f.tar.gz edk2-1ac795ea6cb05e139329f6e6501d7af7f66e843f.tar.bz2 |
.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>
-rw-r--r-- | .azurepipelines/Ubuntu-GCC.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-GCC.yml b/.azurepipelines/Ubuntu-GCC.yml index 0970366..99fb247 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
|