From a2b2945dfb7479eeab0b0fc8873569c4dc88428a Mon Sep 17 00:00:00 2001 From: Aidan Lee Date: Sat, 21 Oct 2023 12:01:06 +0100 Subject: [PATCH] update to latest mac ci image (#1069) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1755ebd0..c4108d2c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ stages: - template: tools/azure-pipelines/build.yml parameters: name: Mac - vmImage: macOS-10.15 + vmImage: macOS-12 platform: mac arch: 64 - template: tools/azure-pipelines/build.yml