From 306efa4d822a2f727ffa583aa4465ac6c4763a16 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:22:33 +0200 Subject: [PATCH] Update macos base image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5dea1d5dc..34a17ca956 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: - job: macOS pool: - vmImage: 'macOS-10.15' + vmImage: 'macOS-11' steps: - task: NodeTool@0 inputs: