https://github.com/python/cpython/commit/7a4262b064a2339c8d37e0267be91a0084f79c3c
commit: 7a4262b064a2339c8d37e0267be91a0084f79c3c
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-11-06T10:18:02Z
summary:

[3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) 
(#126480)

Co-authored-by: Damien <[email protected]>

files:
M .azure-pipelines/ci.yml

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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to