* [PATCH 1/1] Azure: Move to using macOS-12 image
@ 2022-07-27 15:10 Tom Rini
2022-08-13 1:41 ` [PATCH 1/1] CI: " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2022-07-27 15:10 UTC (permalink / raw)
To: u-boot
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>
---
.azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index bc2b437bd999..d769875e08e0 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -1,7 +1,7 @@
variables:
windows_vm: windows-2019
ubuntu_vm: ubuntu-18.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",
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-13 1:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-27 15:10 [PATCH 1/1] Azure: Move to using macOS-12 image Tom Rini
2022-08-13 1:41 ` [PATCH 1/1] CI: " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox