Skip to content

Commit 0e91044

Browse files
committed
Update ubuntu in pipeline
1 parent cf89f68 commit 0e91044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
jobs:
88
- job: Build_Binaries
99
pool:
10-
vmImage: 'Ubuntu 18.04'
10+
vmImage: 'ubuntu-20.04'
1111

1212
steps:
1313
- task: GoTool@0
@@ -32,7 +32,7 @@ jobs:
3232
- job: Linux
3333
dependsOn: Build_Binaries
3434
pool:
35-
vmImage: 'Ubuntu 18.04'
35+
vmImage: 'ubuntu-20.04'
3636
steps:
3737
- task: DownloadBuildArtifacts@0
3838
displayName: 'Download Build Artifacts'

0 commit comments

Comments
 (0)