Skip to content

Commit

Permalink
Merge #127
Browse files Browse the repository at this point in the history
127: Update azure vms r=aragilar a=aragilar



Co-authored-by: James Tocknell <aragilar@gmail.com>
  • Loading branch information
bors[bot] and aragilar committed Mar 29, 2022
2 parents 9307f73 + f82e5fa commit fbf69b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
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 fbf69b0

Please sign in to comment.