We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe63f1 commit 2d7e892Copy full SHA for 2d7e892
1 file changed
azure-pipelines.yml
@@ -10,7 +10,7 @@ jobs:
10
11
- job: 'Test'
12
pool:
13
- vmImage: 'Ubuntu-16.04'
+ vmImage: 'Ubuntu-latest'
14
strategy:
15
matrix:
16
Python37:
@@ -76,7 +76,7 @@ jobs:
76
- job: 'Publish'
77
dependsOn: 'Test'
78
79
80
81
steps:
82
- task: UsePythonVersion@0
@@ -90,7 +90,7 @@ jobs:
90
91
- job: 'TestDatabase'
92
93
94
95
96
0 commit comments