diff --git a/.azure-pipelines/templates/variables.yml b/.azure-pipelines/templates/variables.yml index 5267cc2f51e..e69808de897 100644 --- a/.azure-pipelines/templates/variables.yml +++ b/.azure-pipelines/templates/variables.yml @@ -2,5 +2,5 @@ variables: ubuntu_pool: 'pool-ubuntu-2204' ubuntu_multi_core_pool: 'pool-ubuntu-latest-multi-core' windows_pool: 'pool-windows-2019' - ubuntu_arm64_pool: 'pool-ubuntu-latest-arm64' + ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool' macos_pool: 'macOS-14' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 57027d58bd2..9909162216e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ parameters: pool: pool-ubuntu-latest-multi-core - name: ARM64 value: arm64 - pool: pool-ubuntu-latest-arm64 + pool: ubuntu-arm64-2004-pool jobs: - job: CheckPullRequest