From d23b5e22fbdb5ab62e5e1aaefd90e8dcff5b9d94 Mon Sep 17 00:00:00 2001 From: Bindea Cristian Date: Tue, 9 Jan 2024 11:22:30 +0200 Subject: [PATCH] CI/MacOS: Disable MacOS-11 workflow Signed-off-by: Bindea Cristian --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 11d20a7683..b39a20c1aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,9 +27,6 @@ stages: - job: macOSBuilds strategy: matrix: - macOS_11: - vmImage: 'macOS-11' - artifactName: 'macOS-11' macOS_12: vmImage: 'macOS-12' artifactName: 'macOS-12'