Skip to content

Commit

Permalink
Merge pull request #404 from lucaslorentz/update-ubuntu
Browse files Browse the repository at this point in the history
Update ubuntu in pipeline
  • Loading branch information
lucaslorentz authored Sep 25, 2022
2 parents 69ff296 + 0e91044 commit 6945550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
jobs:
- job: Build_Binaries
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-20.04'

steps:
- task: GoTool@0
Expand All @@ -32,7 +32,7 @@ jobs:
- job: Linux
dependsOn: Build_Binaries
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-20.04'
steps:
- task: DownloadBuildArtifacts@0
displayName: 'Download Build Artifacts'
Expand Down

0 comments on commit 6945550

Please sign in to comment.