From e597cf80fc188578397f6c945c3b5a8f491ad92a Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 17 Jun 2022 10:05:13 -0400 Subject: [PATCH] add macOS monterey to CI --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ddacef07d..3e9269e6a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,6 +34,10 @@ strategy: imageName: 'macOS-10.15' toolchainName: clang buildTargetName: all + mac_monterey_clang13_all: + imageName: 'macOS-12.4' + toolchainName: clang + buildTargetName: all windows-visualstudio: imageName: 'windows-2019' toolchainName: vs