diff --git a/.azure-pipelines/pipelines.yml b/.azure-pipelines/pipelines.yml index ce4a226c985c4..b5cd076e5a2c7 100644 --- a/.azure-pipelines/pipelines.yml +++ b/.azure-pipelines/pipelines.yml @@ -455,7 +455,7 @@ stages: - job: test timeoutInMinutes: 180 pool: - vmImage: "macos-latest" + vmImage: "macos-11" steps: - script: ./ci/mac_ci_setup.sh displayName: "Install dependencies"