diff mbox series

[1/1] Azure: Move to using macOS-12 image

Message ID 20220727151024.1677265-1-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [1/1] Azure: Move to using macOS-12 image | expand

Commit Message

Tom Rini July 27, 2022, 3:10 p.m. UTC
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(-)

Comments

Tom Rini Aug. 13, 2022, 1:41 a.m. UTC | #1
On Wed, Jul 27, 2022 at 11:10:24AM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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",