From e735fc5b663dc19052c01887becf39f6f5571299 Mon Sep 17 00:00:00 2001 From: Adrian Stanea Date: Mon, 25 Nov 2024 14:30:38 +0200 Subject: [PATCH] ci: remove deprecated macOS 12 to prevent pipeline timeout Signed-off-by: Adrian Stanea --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2e81fcbf88..2613e3acad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,9 +27,6 @@ stages: - job: macOSBuilds strategy: matrix: - macOS_12: - vmImage: 'macOS-12' - artifactName: 'macOS-12' macOS_13: vmImage: 'macOS-13' artifactName: 'macOS-13'