Skip to content

Commit 478a1c0

Browse files
authored
pythongh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (python#125344)
1 parent 5e91684 commit 478a1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci.yml

+1-1
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)