From fbf5adb2d21c88c018f3642bacf994773cc94e1c Mon Sep 17 00:00:00 2001 From: Raluca Chis Date: Wed, 17 Nov 2021 15:22:18 +0200 Subject: [PATCH] CI: update macOS version Signed-off-by: Raluca Chis --- azure-pipelines.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a294acfbc..2d004e2b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,19 +88,12 @@ stages: - job: macOSBuilds strategy: matrix: - macOS_10_14: - imageName: 'macOS-10.14' - artifactName: 'macOS-10.14' macOS_10_15: imageName: 'macOS-10.15' artifactName: 'macOS-10.15' -# FIXME: uncomment after this is resolved: -# https://github.com/actions/virtual-environments/issues/2072 -# Mac OS X 11.0 is definitely a big thing (with their switch to ARM, -# so we should be quick to have it) -# macOS_11_0: -# imageName: 'macOS-11.0' -# artifactName: 'macOS-11.0' + macOS_11: + imageName: 'macOS-11' + artifactName: 'macOS-11' pool: vmImage: $(imageName) steps: