Merge pull request #51 from Perlmint/fix/azure-build

Use ubuntu-latest on azure-pipeline
This commit is contained in:
Gyusun Yeom 2021-11-14 16:13:39 +09:00 committed by GitHub
commit 23b9557df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ schedules:
jobs:
- job: NightlyUpdate
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
container: perlmint/glew-cmake:20190922
steps:
- checkout: self