Update azure-pipelines.yml to use Ubuntu 20.04

This commit is contained in:
Tomoya Tanjo 2021-06-23 06:42:28 +09:00 committed by GitHub
parent 649fdfe042
commit 695a737a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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