From e9936f8d4c158815422acd4e9baa3e23c65a3688 Mon Sep 17 00:00:00 2001 From: Damien-Chen Date: Sat, 12 Oct 2024 11:04:18 +0800 Subject: [PATCH] Change base OS image in Azure pipeline to ubuntu-24.04. --- .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