From 0988afece356e4ced73aa693b1c96b4d58694647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 19 Jan 2022 21:32:35 +0100 Subject: [PATCH 1/2] Remove deprecated Mac OSX 10.14 image in ADO pipeline --- .azure-pipelines/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/build.yaml b/.azure-pipelines/build.yaml index 3652582c0d..ddb1ddf2d9 100644 --- a/.azure-pipelines/build.yaml +++ b/.azure-pipelines/build.yaml @@ -16,10 +16,6 @@ jobs: displayName: 'Ubuntu 20.04 (CUDA)' ubuntuVersion: 20.04 cudaEnabled: true - - template: build-mac.yaml - parameters: - displayName: 'Mac 10.14' - macVersion: 10.14 - template: build-mac.yaml parameters: displayName: 'Mac 10.15' From 61f324c4b3c5b3a64e50e4778b7aebd267d1ab22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 19 Jan 2022 21:34:27 +0100 Subject: [PATCH 2/2] Add MacOS 11 build job --- .azure-pipelines/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure-pipelines/build.yaml b/.azure-pipelines/build.yaml index ddb1ddf2d9..41eeec9370 100644 --- a/.azure-pipelines/build.yaml +++ b/.azure-pipelines/build.yaml @@ -20,3 +20,7 @@ jobs: parameters: displayName: 'Mac 10.15' macVersion: 10.15 + - template: build-mac.yaml + parameters: + displayName: 'Mac 11' + macVersion: 11