Update azure-pipelines.yml to use Ubuntu 20.04

(cherry picked from commit 695a737a89)
This commit is contained in:
Tomoya Tanjo 2021-06-23 06:42:28 +09:00 committed by Povilas Kanapickas
parent dcbd1f91b1
commit 4e0081ef21
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
- job: LinuxBuild
displayName: Linux Build
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'
steps:
- script: sudo apt-get update -y
- script: sudo apt-get install -y libxtst-dev qtdeclarative5-dev libavahi-compat-libdnssd-dev libcurl4-openssl-dev