Skip to content

Commit

Permalink
Update azure VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Mar 29, 2022
1 parent 772fb23 commit 0e76e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -26,7 +26,7 @@ variables:
jobs:
- job: 'static_checks'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
variables:
TOXENV: flake8,pylint,docs,check-manifest,checkreadme
steps:
Expand All @@ -43,7 +43,7 @@ jobs:
- job: 'ubuntu1604'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
py36:
Expand Down

0 comments on commit 0e76e87

Please sign in to comment.