Skip to content

Commit

Permalink
ArmVirtPkg: CI: use ubuntu-22.04 vm_image (Linux only)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Michael Kubacki <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Chris Fernald <[email protected]>
  • Loading branch information
osteffenrh authored and mergify[bot] committed Jan 17, 2023
1 parent 84cb352 commit 7e88204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7e88204

Please sign in to comment.