From d8aeffc8b7b7924d22a5910d8b4b00373d8170a4 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Fri, 19 Nov 2021 21:18:31 -0500 Subject: Add macOS 12 to CI (#76328) * Disable lookup_url test of macOS 12 --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.azure-pipelines') diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e528609af7..5b05e94f5a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -88,8 +88,8 @@ stages: - template: templates/matrix.yml parameters: targets: - - name: macOS 11.1 - test: macos/11.1 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.5 py36 -- cgit v1.2.1