diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f15cb18..e1b3229c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,6 +96,11 @@ jobs: vmImage: 'macOS-13' agentName: 'Azure Pipelines 2' artifactName: 'macOS-13-x64' + macOS_14_x64: + poolName: 'Azure Pipelines' + vmImage: 'macOS-14' + agentName: 'Azure Pipelines 2' + artifactName: 'macOS-14-x64' # TODO: discuss with DevOps team how to setup ARM agent # macOS_13_arm64: # poolName: 'Default'