Skip to content

Commit fbf69b0

Browse files
bors[bot]aragilar
andauthored
Merge #127
127: Update azure vms r=aragilar a=aragilar Co-authored-by: James Tocknell <[email protected]>
2 parents 9307f73 + f82e5fa commit fbf69b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
jobs:
2323
- job: "static_checks"
2424
pool:
25-
vmImage: ubuntu-16.04
25+
vmImage: ubuntu-20.04
2626
variables:
2727
TOXENV: flake8,pylint,docs,check-manifest,checkreadme
2828
steps:
@@ -37,9 +37,9 @@ jobs:
3737
tox
3838
displayName: tox
3939
40-
- job: "ubuntu1604"
40+
- job: "ubuntu"
4141
pool:
42-
vmImage: ubuntu-16.04
42+
vmImage: ubuntu-20.04
4343
strategy:
4444
matrix:
4545
py37:
@@ -58,7 +58,7 @@ jobs:
5858
parameters:
5959
platform: linux
6060

61-
- job: "macOS1015"
61+
- job: "macOS"
6262
pool:
6363
vmImage: macOS-10.15
6464
strategy:

0 commit comments

Comments
 (0)