Skip to content

Commit

Permalink
fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Sep 26, 2021
1 parent ebb43e9 commit 58d8a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variables:
jobs:
- job: linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
strategy:
matrix:
vera:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- template: '.ci/release.yml'
- job: windows
pool:
vmImage: windows-2019
vmImage: windows-latest
strategy:
matrix:
test:
Expand Down

0 comments on commit 58d8a2d

Please sign in to comment.