From 543503ed4ac4d8b33afd08fef64d91c51dd1bd3a Mon Sep 17 00:00:00 2001 From: Bindea Cristian Date: Thu, 25 Apr 2024 16:03:11 +0300 Subject: [PATCH] ci/macos: add MacOS 14 Signed-off-by: Bindea Cristian --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a12df2c8ca..ff51afc533 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,6 +35,9 @@ stages: macOS_13: vmImage: 'macOS-13' artifactName: 'macOS-13' + macOS_14: + vmImage: 'macOS-14' + artifactName: 'macOS-14' pool: vmImage: $[ variables['vmImage'] ] steps: