From 5f0db2adcab5efce93840773b097edeb90d73f7e Mon Sep 17 00:00:00 2001 From: Daniel Languiller Date: Thu, 11 Sep 2025 09:58:03 +1000 Subject: [PATCH] fix: upgrade to run on ubuntu 2404 pools --- .azure-pipelines/templates/variables.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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