From a735922209aedb6299fea5d37f95db190746fbc0 Mon Sep 17 00:00:00 2001 From: Adrian Stanea Date: Wed, 7 Aug 2024 10:31:12 +0300 Subject: [PATCH] ci/macOS: remove deprecated macOS-11 image Signed-off-by: Adrian Stanea --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c998d8c..8f15cb18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -86,11 +86,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'