diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index f89b5bba97..1e281bb8e7 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -66,6 +66,7 @@ jobs: - job: OnMasterSuccess dependsOn: - BuildMacOS + - BuildMacOS_arm64 - BuildLinux - BuildWindows condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))