summaryrefslogtreecommitdiff
path: root/.azure-pipelines/ci.yml
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-01-22 01:49:15 +0200
committerGitHub <noreply@github.com>2023-01-21 18:49:15 -0500
commit1c338916f1420fe5f7074690605aad900f306841 (patch)
tree06e072f93f8563c074a52a738394032f6c6ecc27 /.azure-pipelines/ci.yml
parenta6b889e99d5a8cc63924efacda9e4d4eded4b2fc (diff)
downloadcpython-git-1c338916f1420fe5f7074690605aad900f306841.tar.gz
[3.7] Bump Azure Pipelines to ubuntu-20.04 (GH-101089). (GH-101226)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to '.azure-pipelines/ci.yml')
-rw-r--r--.azure-pipelines/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index eaaa88c963..3a12fe4bfa 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -12,7 +12,7 @@ jobs:
displayName: Pre-build checks
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
steps:
- template: ./prebuild-checks.yml
@@ -24,7 +24,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
steps:
- template: ./docs-steps.yml
@@ -56,7 +56,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
variables:
testRunTitle: '$(build.sourceBranchName)-linux'
@@ -82,7 +82,7 @@ jobs:
)
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
container: manylinux1
@@ -113,7 +113,7 @@ jobs:
)
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'