https://github.com/python/cpython/commit/478a1c09c4cdb082c84f9102e3e452e6911b84f1 commit: 478a1c09c4cdb082c84f9102e3e452e6911b84f1 branch: main author: Damien <[email protected]> committer: erlend-aasland <[email protected]> date: 2024-11-06T00:10:12+01:00 summary:
gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344) 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]
