From 21752178fb05bd580b416737a55913f587e87b0a Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Wed, 3 Jul 2024 15:59:48 +0300 Subject: [PATCH] azure-pipelines.yml: remove build of macOS-11 Signed-off-by: Andreea Andrisan --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b640f8..5b87e90 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -229,11 +229,6 @@ jobs: clean: all strategy: matrix: - macOS_11: - poolName: 'Azure Pipelines' - vmImage: 'macOS-11' - agentName: 'Azure Pipelines 4' - artifactName: 'macOS-11' macOS_12: poolName: 'Azure Pipelines' vmImage: 'macOS-12'