From 7e6449b66e856fdbacb4146e0b5de8a3b3b794bc Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 17 Jun 2022 10:23:27 -0400 Subject: [PATCH] add macOS-latest entry to CI --- azure-pipelines.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c81096ed..bced5bba9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,11 +30,15 @@ strategy: # ccName: gcc-8 # cxxName: g++-8 # buildSetting: 'all' - mac_catalina_clang_all: + macOS_catalina_clang_all: imageName: 'macOS-10.15' toolchainName: clang buildTargetName: all - mac_monterey_clang13_all: + macOS_latest_clang_all: + imageName: 'macOS-latest' + toolchainName: clang + buildTargetName: all + macOS_monterey_clang13_all: imageName: 'macOS-12' toolchainName: clang buildTargetName: all