8000 [3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (… · python/cpython@7a4262b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a4262b

Browse files
[3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) (#126480)
Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
1 parent 2f39370 commit 7a4262b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
displayName: Pre-build checks
66

77
pool:
8-
vmImage: ubuntu-22.04
8+
vmImage: ubuntu-24.04
99

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

0 commit comments

Comments
 (0)
0