Skip to content

Commit cc4bcd1

Browse files
Damien-Chenebonnal
authored andcommitted
pythongh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (python#125344)
1 parent 236fedc commit cc4bcd1

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)