Skip to content

Commit

Permalink
pythongh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (p…
Browse files Browse the repository at this point in the history
…ythonGH-125344)

(cherry picked from commit 478a1c0)

Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
Damien-Chen authored and miss-islington committed Nov 6, 2024
1 parent 8059351 commit 01a375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ jobs:
displayName: Pre-build checks

pool:
vmImage: ubuntu-22.04
vmImage: ubuntu-24.04

steps:
- template: ./prebuild-checks.yml

0 comments on commit 01a375d

Please sign in to comment.