Use ubuntu-latest on azure-pipeline

This commit is contained in:
Gyusun Yeom 2021-11-14 15:51:36 +09:00
parent 883e35a3d4
commit 673391490c
1 changed files with 1 additions and 1 deletions

View File

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