From 73f1f61838dfc9206778e3cb08b959c43fdcb0e9 Mon Sep 17 00:00:00 2001 From: Daniel Languiller Date: Mon, 1 Sep 2025 16:42:36 +1000 Subject: [PATCH] feature: update ado yamls to use pool-ubuntu-2404 --- .azure-pipelines/templates/variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/variables.yml b/.azure-pipelines/templates/variables.yml index b566ca86334..11902228fad 100644 --- a/.azure-pipelines/templates/variables.yml +++ b/.azure-pipelines/templates/variables.yml @@ -1,4 +1,4 @@ variables: - ubuntu_pool: 'pool-ubuntu-2204' + ubuntu_pool: 'pool-ubuntu-2404' windows_pool: 'pool-windows-2019' ubuntu_arm64_pool: 'pool-ubuntu-latest-arm64'