Skip to content

Commit 64cad6a

Browse files
bors[bot]aragilar
andauthored
Merge #30
30: Update azure vms r=aragilar a=aragilar Co-authored-by: James Tocknell <[email protected]>
2 parents c0a05e7 + fa7c61d commit 64cad6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 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:
@@ -41,9 +41,9 @@ jobs:
4141
tox
4242
displayName: tox
4343
44-
- job: 'ubuntu1604'
44+
- job: 'ubuntu'
4545
pool:
46-
vmImage: ubuntu-16.04
46+
vmImage: ubuntu-20.04
4747
strategy:
4848
matrix:
4949
py36:

0 commit comments

Comments
 (0)