Skip to content

Commit bcc7758

Browse files
authored
Bump to ubuntu-20.04 (release-2.2) (#3580)
Bump to ubuntu-20.04. Signed-off-by: David Enyeart <[email protected]>
1 parent 5b59831 commit bcc7758

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ci/azure-pipelines-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
jobs:
1717
- job: UnitTests
1818
pool:
19-
vmImage: ubuntu-18.04
19+
vmImage: ubuntu-20.04
2020
steps:
2121
- template: install_deps.yml
2222
- checkout: self

ci/azure-pipelines-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
jobs:
2121
- job: Build
2222
pool:
23-
vmImage: ubuntu-18.04
23+
vmImage: ubuntu-20.04
2424
container: golang:$(GOVER)
2525
strategy:
2626
matrix:
@@ -46,7 +46,7 @@ stages:
4646
jobs:
4747
- job: Docker
4848
pool:
49-
vmImage: ubuntu-18.04
49+
vmImage: ubuntu-20.04
5050
steps:
5151
- template: install_deps.yml
5252
- checkout: self
@@ -66,7 +66,7 @@ stages:
6666
jobs:
6767
- job: Release
6868
pool:
69-
vmImage: ubuntu-18.04
69+
vmImage: ubuntu-20.04
7070
steps:
7171
- download: current
7272
patterns: '*.tar.gz'

ci/azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
jobs:
2020
- job: Checks
2121
pool:
22-
vmImage: ubuntu-18.04
22+
vmImage: ubuntu-20.04
2323
steps:
2424
- template: install_deps.yml
2525
- checkout: self
@@ -36,7 +36,7 @@ stages:
3636
- job: UnitTests
3737
condition: eq(stageDependencies.VerifyBuild.Checks.outputs['SetJobTriggers.runTests'], 'true')
3838
pool:
39-
vmImage: ubuntu-18.04
39+
vmImage: ubuntu-20.04
4040
steps:
4141
- template: install_deps.yml
4242
- checkout: self
@@ -53,7 +53,7 @@ stages:
5353
- job: IntegrationTests
5454
condition: eq(stageDependencies.VerifyBuild.Checks.outputs['SetJobTriggers.runTests'], 'true')
5555
pool:
56-
vmImage: ubuntu-18.04
56+
vmImage: ubuntu-20.04
5757
strategy:
5858
parallel: 5
5959
timeoutInMinutes: 90

0 commit comments

Comments
 (0)