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 9307f73 commit f82e5fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 @@ -37,9 +37,9 @@ jobs:
tox
displayName: tox
- job: "ubuntu1604"
- job: "ubuntu"
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
py37:
Expand All @@ -58,7 +58,7 @@ jobs:
parameters:
platform: linux

- job: "macOS1015"
- job: "macOS"
pool:
vmImage: macOS-10.15
strategy:
Expand Down

0 comments on commit f82e5fa

Please sign in to comment.