From: Tom Rini Date: Wed, 27 Jul 2022 15:10:24 +0000 (-0400) Subject: CI: Azure: Move to using macOS-12 image X-Git-Tag: baikal/mips/sdk5.8.2~5^2~251^2~16 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=bb77207ddab2a9e545d7a47416e2151c50ec7542;p=uboot.git CI: Azure: Move to using macOS-12 image As per https://github.com/actions/virtual-environments/issues/5583 the macOS-10.15 image is being deprecated. Move us up to macOS-12. Signed-off-by: Tom Rini --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 47bf3b5e01..053f816db5 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,7 +1,7 @@ variables: windows_vm: windows-2019 ubuntu_vm: ubuntu-22.04 - macos_vm: macOS-10.15 + macos_vm: macOS-12 ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022 # Add '-u 0' options for Azure pipelines, otherwise we get "permission # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",