From: nhmall Date: Fri, 17 Jun 2022 14:23:27 +0000 (-0400) Subject: add macOS-latest entry to CI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e6449b66e856fdbacb4146e0b5de8a3b3b794bc;p=nethack add macOS-latest entry to CI --- 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