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 @@ -12,16 +12,16 @@ strategy:
12
12
vmImage : ' ubuntu-16.04'
13
13
python.version : ' 3.7'
14
14
Linux_py38 :
15
- vmImage : ' ubuntu-16 .04'
15
+ vmImage : ' ubuntu-18 .04'
16
16
python.version : ' 3.8'
17
17
macOS_py36 :
18
- vmImage : ' xcode9-macOS10.13 '
18
+ vmImage : ' macOS-10.14 '
19
19
python.version : ' 3.6'
20
20
macOS_py37 :
21
- vmImage : ' xcode9-macOS10.13 '
21
+ vmImage : ' macOS-10.15 '
22
22
python.version : ' 3.7'
23
23
macOS_py38 :
24
- vmImage : ' xcode9-macOS10.13 '
24
+ vmImage : ' macOS-latest '
25
25
python.version : ' 3.8'
26
26
Windows_py36 :
27
27
vmImage : ' vs2017-win2016'
@@ -30,7 +30,7 @@ strategy:
30
30
vmImage : ' vs2017-win2016'
31
31
python.version : ' 3.7'
32
32
Windows_py38 :
33
- vmImage : ' vs2017-win2016 '
33
+ vmImage : ' windows-latest '
34
34
python.version : ' 3.8'
35
35
Windows_pyPre :
36
36
vmImage : ' vs2017-win2016'
You can’t perform that action at this time.
0 commit comments