diff --git a/.azure-pipelines/templates/variables.yml b/.azure-pipelines/templates/variables.yml index e0b18de3596..034b8c3730c 100644 --- a/.azure-pipelines/templates/variables.yml +++ b/.azure-pipelines/templates/variables.yml @@ -1,5 +1,5 @@ variables: - ubuntu_pool: 'pool-ubuntu-2004' + ubuntu_pool: 'pool-ubuntu-2404' windows_pool: 'pool-windows-2019' ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool' macos_pool: 'macOS-14' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e264fe733a..4b8bef173fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ parameters: default: - name: AMD64 value: amd64 - pool: pool-ubuntu-2004 + pool: pool-ubuntu-2404 - name: ARM64 value: arm64 pool: ubuntu-arm64-2004-pool