]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Azure: Update to latest containers
authorTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 01:33:10 +0000 (19:33 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 18 Oct 2024 15:03:58 +0000 (09:03 -0600)
Soon Azure will be removing the macOS-12 container in following their
normal support schedule. Move us to macOS-14 so we won't have problems
there for a while. At the same time, our Windows container is the oldest
supported, so move to the newer option. Finally, Ubuntu 22.04 is the
middle option currently, but 24.04 should be fine.

Link: https://github.com/actions/runner-images/issues/10721
Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml

index 813640df92c7e37afc06ac1c06244d26b9c8ad86..3ff1b44a6bcb98daa417b51acd7da6c50efffec1 100644 (file)
@@ -1,7 +1,7 @@
 variables:
-  windows_vm: windows-2019
-  ubuntu_vm: ubuntu-22.04
-  macos_vm: macOS-12
+  windows_vm: windows-2022
+  ubuntu_vm: ubuntu-24.04
+  macos_vm: macOS-14
   ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240808-21Aug2024
   # Add '-u 0' options for Azure pipelines, otherwise we get "permission
   # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",