diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b49d6e4f1..39b0fc2726 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,9 @@ stages: macOS_13: vmImage: 'macOS-13' artifactName: 'macOS-13' + macOS_14: + vmImage: 'macOS-14' + artifactName: 'macOS-14' pool: vmImage: $[ variables['vmImage'] ] steps: