]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Nov 2024 10:18:02 +0000 (11:18 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 10:18:02 +0000 (10:18 +0000)
Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
.azure-pipelines/ci.yml

index d3e842d9f31d01b6b19bd5808761227659d0d2ca..7490dd947e1504ea6f34adbb061d94e68b1ec4a4 100644 (file)
@@ -5,7 +5,7 @@ jobs:
   displayName: Pre-build checks
 
   pool:
-    vmImage: ubuntu-22.04
+    vmImage: ubuntu-24.04
 
   steps:
   - template: ./prebuild-checks.yml