summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-01-21 11:40:58 -0800
committerGitHub <noreply@github.com>2023-01-21 20:40:58 +0100
commite57a3c11152210bf76c747e378a6d46e074e80cf (patch)
treeba6b99444a35638a450cfcd276659eaf4e623669
parent594ba1901cd0ad49e353bc10a031be439856ccbf (diff)
downloadcpython-git-e57a3c11152210bf76c747e378a6d46e074e80cf.tar.gz
[3.8] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101215)
(cherry picked from commit c22a55c8b4f142ff679880ec954691d5920b7845) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r--.azure-pipelines/ci.yml8
-rw-r--r--.azure-pipelines/pr.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index d0efa77f93..39ad0e6b3f 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -8,7 +8,7 @@ jobs:
displayName: Pre-build checks
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
steps:
- template: ./prebuild-checks.yml
@@ -20,7 +20,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
steps:
- template: ./docs-steps.yml
@@ -52,7 +52,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
variables:
testRunTitle: '$(build.sourceBranchName)-linux'
@@ -78,7 +78,7 @@ jobs:
)
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index a4f32460c7..84d01806a4 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -8,7 +8,7 @@ jobs:
displayName: Pre-build checks
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
steps:
- template: ./prebuild-checks.yml
@@ -20,7 +20,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
steps:
- template: ./docs-steps.yml
@@ -52,7 +52,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
variables:
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
@@ -78,7 +78,7 @@ jobs:
)
pool:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'