From 01a375d8e3dc104ec4215a284c7cac80ce406a84 Mon Sep 17 00:00:00 2001 From: Damien <81557462+Damien-Chen@users.noreply.github.com> Date: Wed, 6 Nov 2024 07:10:12 +0800 Subject: [PATCH] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) (cherry picked from commit 478a1c09c4cdb082c84f9102e3e452e6911b84f1) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com> --- .azure-pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index d3e842d9f31d01..7490dd947e1504 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -5,7 +5,7 @@ jobs: displayName: Pre-build checks pool: - vmImage: ubuntu-22.04 + vmImage: ubuntu-24.04 steps: - template: ./prebuild-checks.yml