diff options
author | Damien <81557462+Damien-Chen@users.noreply.github.com> | 2024-11-05 23:10:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 23:10:12 (GMT) |
commit | 478a1c09c4cdb082c84f9102e3e452e6911b84f1 (patch) | |
tree | 318bb8e005e736b5f5ba3109239cb37c898c8fa6 /.azure-pipelines | |
parent | 5e9168492f12c579b2481f3f3e0ae11f9d986857 (diff) | |
download | cpython-478a1c09c4cdb082c84f9102e3e452e6911b84f1.zip cpython-478a1c09c4cdb082c84f9102e3e452e6911b84f1.tar.gz cpython-478a1c09c4cdb082c84f9102e3e452e6911b84f1.tar.bz2 |
gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index d3e842d..7490dd9 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 |