diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-27 11:10:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-12 16:10:49 -0400 |
commit | 24291741f660d058573089d5e83e2f8aefc4661f (patch) | |
tree | fdcce566ab4d16ce618897591a20077e31d1322b /.azure-pipelines.yml | |
parent | b0a23a60ddec73cd9c75d4f6a1f1051bc002bfc5 (diff) |
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 <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 47bf3b5e01e..053f816db59 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", |