upstream CI: update Azure vmImage to 'ubuntu-20.04'.

In the near future, Github will use Ubuntu 20.04, for workflows, and
this change will keep the upstream CI environment consistent between
Github and Azure.
This commit is contained in:
Rafael Guterres Jeffman
2021-01-26 16:20:04 -03:00
parent a292645a01
commit dff921039d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ trigger:
- master
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
stages:
- stage: Centos7

View File

@@ -11,7 +11,7 @@ schedules:
trigger: none
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
jobs: