From fabeb618a982d4a1fa5d17e929df293e06fd804b Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 6 Nov 2021 17:34:56 +0000 Subject: [PATCH] Remove Debug build agents for Mac CI jobs This addresses @p12tic's feedback regarding CI CPU time. Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc2ae2b5..2e20c8be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,18 +83,6 @@ jobs: displayName: macOS builds strategy: matrix: - big-sur-Debug: - imageName: "macOS-11" - B_BUILD_TYPE: Debug - BARRIER_VERSION_STAGE: Debug - catalina-Debug: - imageName: "macOS-10.15" - B_BUILD_TYPE: Debug - BARRIER_VERSION_STAGE: Debug - mojave-Debug: - imageName: "macOS-10.14" - B_BUILD_TYPE: Debug - BARRIER_VERSION_STAGE: Debug big-sur-Release: imageName: "macOS-11" B_BUILD_TYPE: Release