From 5426140e8ce2ddf6606353214092957f6fde8dae Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Mon, 30 Aug 2021 10:40:24 -0400 Subject: [PATCH] use newerer vmImage for mac azure job so mac arm64 build works Signed-off-by: Jim Ehrismann --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 540e28daf2..ed6962ae5f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -107,7 +107,7 @@ jobs: - job: macOS_arm64 pool: - vmImage: macOS-10.15 + vmImage: macOS-11 strategy: matrix: node_14.x: