mirror of https://github.com/acidanthera/audk.git
ArmVirtPkg: CI: use ubuntu-22.04 vm_image (Linux only)
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. 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>
This commit is contained in:
parent
84cb35232d
commit
7e88204fe1
|
@ -22,7 +22,7 @@ jobs:
|
|||
- job: Platform_CI
|
||||
variables:
|
||||
package: 'ArmVirtPkg'
|
||||
vm_image: 'ubuntu-18.04'
|
||||
vm_image: 'ubuntu-22.04'
|
||||
should_run: true
|
||||
run_flags: "MAKE_STARTUP_NSH=TRUE QEMU_HEADLESS=TRUE"
|
||||
|
||||
|
|
Loading…
Reference in New Issue