From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:18:02 +0000 (+0100) Subject: [3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) ... X-Git-Tag: v3.12.8~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a4262b064a2339c8d37e0267be91a0084f79c3c;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) (#126480) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com> --- 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