From a46f28a39690283977a972128a5c24d528a5da2c Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Mon, 30 Aug 2021 09:49:45 -0400 Subject: [PATCH] use newer 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 9e4ee3a85d..540e28daf2 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -107,7 +107,7 @@ jobs: - job: macOS_arm64 pool: - vmImage: macOS-10.14 + vmImage: macOS-10.15 strategy: matrix: node_14.x: