From: Damien <81557462+Damien-Chen@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:10:12 +0000 (+0800) Subject: gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344) X-Git-Tag: v3.14.0a2~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=478a1c09c4cdb082c84f9102e3e452e6911b84f1;p=thirdparty%2FPython%2Fcpython.git gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344) --- diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index d3e842d9f31d..7490dd947e15 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