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: