mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
Azure: Update to latest containers
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>
This commit is contained in:
parent
f1de0b97d1
commit
933d27e1c9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
variables:
|
variables:
|
||||||
windows_vm: windows-2019
|
windows_vm: windows-2022
|
||||||
ubuntu_vm: ubuntu-22.04
|
ubuntu_vm: ubuntu-24.04
|
||||||
macos_vm: macOS-12
|
macos_vm: macOS-14
|
||||||
ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240808-21Aug2024
|
ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240808-21Aug2024
|
||||||
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
|
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
|
||||||
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
|
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
|
||||||
|
|
Loading…
Add table
Reference in a new issue