Skip to content

Commit 0e76e87

Browse files
committed
Update azure VMs
1 parent 772fb23 commit 0e76e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variables:
2626
jobs:
2727
- job: 'static_checks'
2828
pool:
29-
vmImage: ubuntu-16.04
29+
vmImage: ubuntu-20.04
3030
variables:
3131
TOXENV: flake8,pylint,docs,check-manifest,checkreadme
3232
steps:
@@ -43,7 +43,7 @@ jobs:
4343
4444
- job: 'ubuntu1604'
4545
pool:
46-
vmImage: ubuntu-16.04
46+
vmImage: ubuntu-20.04
4747
strategy:
4848
matrix:
4949
py36:

0 commit comments

Comments
 (0)