Use ubuntu 20.04 to build

This commit is contained in:
Adrien Ferrand 2021-10-10 17:33:27 +02:00
parent 7ef4eb00c9
commit 5b53d1b20c
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
- job: unit_tests - job: unit_tests
dependsOn: build dependsOn: build
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
steps: steps:
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
@ -36,7 +36,7 @@ jobs:
- job: integration_tests - job: integration_tests
dependsOn: build dependsOn: build
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
steps: steps:
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:

View File

@ -1,7 +1,7 @@
jobs: jobs:
- job: docker - job: docker
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
steps: steps:
- task: Docker@2 - task: Docker@2
inputs: inputs:
@ -18,7 +18,7 @@ jobs:
displayName: Tag and push Docker images to DockerHub displayName: Tag and push Docker images to DockerHub
- job: github - job: github
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
dependsOn: docker dependsOn: docker
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0