Skip to content

Commit

Permalink
CI: Azure: Move to Ubuntu 22.04 image
Browse files Browse the repository at this point in the history
As per actions/runner-images#6002 the Ubuntu
18.04 image is deprecated and will be removed by December 1, 2022.
Move to the Ubuntu 22.04 image as our base for launching our containers
from.

Signed-off-by: Tom Rini <trini@konsulko.com>
  • Loading branch information
trini committed Aug 8, 2022
1 parent 84297c5 commit db8fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
windows_vm: windows-2019
ubuntu_vm: ubuntu-18.04
ubuntu_vm: ubuntu-22.04
macos_vm: macOS-10.15
ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
Expand Down

0 comments on commit db8fd93

Please sign in to comment.