Bump Azure Pipelines to ubuntu-22.04 (#101089) · python/cpython@c22a55c (original) (raw)

2 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
8 8 displayName: Pre-build checks
9 9
10 10 pool:
11 -vmImage: ubuntu-20.04
11 +vmImage: ubuntu-22.04
12 12
13 13 steps:
14 14 - template: ./prebuild-checks.yml
@@ -20,7 +20,7 @@ jobs:
20 20 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
21 21
22 22 pool:
23 -vmImage: ubuntu-20.04
23 +vmImage: ubuntu-22.04
24 24
25 25 steps:
26 26 - template: ./docs-steps.yml
@@ -52,7 +52,7 @@ jobs:
52 52 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
53 53
54 54 pool:
55 -vmImage: ubuntu-20.04
55 +vmImage: ubuntu-22.04
56 56
57 57 variables:
58 58 testRunTitle: '$(build.sourceBranchName)-linux'
@@ -78,7 +78,7 @@ jobs:
78 78 )
79 79
80 80 pool:
81 -vmImage: ubuntu-20.04
81 +vmImage: ubuntu-22.04
82 82
83 83 variables:
84 84 testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
8 8 displayName: Pre-build checks
9 9
10 10 pool:
11 -vmImage: ubuntu-20.04
11 +vmImage: ubuntu-22.04
12 12
13 13 steps:
14 14 - template: ./prebuild-checks.yml
@@ -20,7 +20,7 @@ jobs:
20 20 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
21 21
22 22 pool:
23 -vmImage: ubuntu-20.04
23 +vmImage: ubuntu-22.04
24 24
25 25 steps:
26 26 - template: ./docs-steps.yml
@@ -52,7 +52,7 @@ jobs:
52 52 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
53 53
54 54 pool:
55 -vmImage: ubuntu-20.04
55 +vmImage: ubuntu-22.04
56 56
57 57 variables:
58 58 testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
@@ -78,7 +78,7 @@ jobs:
78 78 )
79 79
80 80 pool:
81 -vmImage: ubuntu-20.04
81 +vmImage: ubuntu-22.04
82 82
83 83 variables:
84 84 testRunTitle: '$(Build.SourceBranchName)-linux-coverage'