From cee1e4f0bfcf067ae384149698d1c293d150a6af Mon Sep 17 00:00:00 2001 From: Raluca Chis Date: Thu, 8 Sep 2022 11:50:25 +0300 Subject: [PATCH] CI:update ci Remove deprecated os versions. Signed-off-by: Raluca Chis --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a7355fe5..425eb0aea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -184,9 +184,6 @@ stages: # Host Box strategy: matrix: - macOS_10_15: - vmImage: 'macOS-10.15' - artifactName: 'macOS-10.15' macOS_11: vmImage: 'macOS-11' artifactName: 'macOS-11'