Skip to content

Commit cf02dff

Browse files
committed
use ubuntu-latest instead of 16.04 for CI
1 parent ce80ec8 commit cf02dff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
jobs:
22
- job: 'Style'
3+
pool:
4+
vmImage: 'ubuntu-latest'
35
steps:
46
- task: UsePythonVersion@0
57
inputs:
@@ -12,7 +14,7 @@ jobs:
1214
1315
- job: 'Test'
1416
pool:
15-
vmImage: 'ubuntu-16.04'
17+
vmImage: 'ubuntu-latest'
1618
strategy:
1719
matrix:
1820
Python37:

0 commit comments

Comments
 (0)