File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ stages:
15
15
- job : code_style_check
16
16
17
17
pool :
18
- vmImage : ubuntu-16 .04
18
+ vmImage : ubuntu-20 .04
19
19
20
20
steps :
21
21
- task : UsePythonVersion@0
@@ -38,15 +38,15 @@ stages:
38
38
sendCoverage : " false"
39
39
linux_python_3_6 :
40
40
python.version : " 3.6"
41
- imageName : ubuntu-16 .04
41
+ imageName : ubuntu-20 .04
42
42
sendCoverage : " false"
43
43
linux_python_3_7 :
44
44
python.version : " 3.7"
45
- imageName : ubuntu-16 .04
45
+ imageName : ubuntu-20 .04
46
46
sendCoverage : " false"
47
47
linux_python_3_8 :
48
48
python.version : " 3.8"
49
- imageName : ubuntu-16 .04
49
+ imageName : ubuntu-20 .04
50
50
sendCoverage : " true"
51
51
mac_python_2_7 :
52
52
python.version : " 2.7"
@@ -181,7 +181,7 @@ stages:
181
181
runOnce :
182
182
deploy :
183
183
pool :
184
- vmImage : ' ubuntu-latest '
184
+ vmImage : ' ubuntu-20.04 '
185
185
steps :
186
186
- checkout : self
187
187
You can’t perform that action at this time.
0 commit comments