From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:24:55 +0000 (+0100) Subject: [3.13] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) ... X-Git-Tag: v3.13.1~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f1584657feb9ff6e22678672fbaf1f5205e8269;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) (#126479) 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