Skip to content

Commit 1c33891

Browse files
authored
[3.7] Bump Azure Pipelines to ubuntu-20.04 (GH-101089). (GH-101226)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent a6b889e commit 1c33891

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.azure-pipelines/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
displayName: Pre-build checks
1313

1414
pool:
15-
vmImage: ubuntu-16.04
15+
vmImage: ubuntu-20.04
1616

1717
steps:
1818
- template: ./prebuild-checks.yml
@@ -24,7 +24,7 @@ jobs:
2424
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
2525

2626
pool:
27-
vmImage: ubuntu-16.04
27+
vmImage: ubuntu-20.04
2828

2929
steps:
3030
- template: ./docs-steps.yml
@@ -56,7 +56,7 @@ jobs:
5656
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
5757

5858
pool:
59-
vmImage: ubuntu-16.04
59+
vmImage: ubuntu-20.04
6060

6161
variables:
6262
testRunTitle: '$(build.sourceBranchName)-linux'
@@ -82,7 +82,7 @@ jobs:
8282
)
8383
8484
pool:
85-
vmImage: ubuntu-16.04
85+
vmImage: ubuntu-20.04
8686

8787
container: manylinux1
8888

@@ -113,7 +113,7 @@ jobs:
113113
)
114114
115115
pool:
116-
vmImage: ubuntu-16.04
116+
vmImage: ubuntu-20.04
117117

118118
variables:
119119
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'

.azure-pipelines/pr.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
displayName: Pre-build checks
1313

1414
pool:
15-
vmImage: ubuntu-16.04
15+
vmImage: ubuntu-20.04
1616

1717
steps:
1818
- template: ./prebuild-checks.yml
@@ -24,7 +24,7 @@ jobs:
2424
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
2525

2626
pool:
27-
vmImage: ubuntu-16.04
27+
vmImage: ubuntu-20.04
2828

2929
steps:
3030
- template: ./docs-steps.yml
@@ -56,7 +56,7 @@ jobs:
5656
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
5757

5858
pool:
59-
vmImage: ubuntu-16.04
59+
vmImage: ubuntu-20.04
6060

6161
variables:
6262
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
@@ -82,7 +82,7 @@ jobs:
8282
)
8383
8484
pool:
85-
vmImage: ubuntu-16.04
85+
vmImage: ubuntu-20.04
8686

8787
container: manylinux1
8888

@@ -113,7 +113,7 @@ jobs:
113113
)
114114
115115
pool:
116-
vmImage: ubuntu-16.04
116+
vmImage: ubuntu-20.04
117117

118118
variables:
119119
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'

0 commit comments

Comments
 (0)