File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,40 +10,40 @@ jobs:
1010 strategy :
1111 matrix :
1212 Python36Linux :
13- imageName : ' ubuntu-18.04 '
13+ imageName : ' ubuntu-latest '
1414 python.version : ' 3.6'
1515 Python36Windows :
16- imageName : ' vs2017-win2016 '
16+ imageName : ' windows-latest '
1717 python.version : ' 3.6'
1818 Python36Mac :
19- imageName : ' macos-10.14 '
19+ imageName : ' macos-10.15 '
2020 python.version : ' 3.6'
2121 Python38Linux :
22- imageName : ' ubuntu-18.04 '
22+ imageName : ' ubuntu-latest '
2323 python.version : ' 3.8'
2424 Python38Windows :
25- imageName : ' vs2017-win2016 '
25+ imageName : ' windows-latest '
2626 python.version : ' 3.8'
2727 Python38Mac :
28- imageName : ' macos-10.14 '
28+ imageName : ' macos-latest '
2929 python.version : ' 3.8'
3030 Python39Linux :
31- imageName : ' ubuntu-18.04 '
31+ imageName : ' ubuntu-latest '
3232 python.version : ' 3.9'
3333 Python39Windows :
34- imageName : ' vs2017-win2016 '
34+ imageName : ' windows-latest '
3535 python.version : ' 3.9'
3636 Python39Mac :
37- imageName : ' macos-10.14 '
37+ imageName : ' macos-latest '
3838 python.version : ' 3.9'
3939 Python310Linux :
40- imageName : ' ubuntu-18.04 '
40+ imageName : ' ubuntu-latest '
4141 python.version : ' 3.10'
4242 Python310Windows :
43- imageName : ' vs2017-win2016 '
43+ imageName : ' windows-latest '
4444 python.version : ' 3.10'
4545 Python310Mac :
46- imageName : ' macos-10.15 '
46+ imageName : ' macos-latest '
4747 python.version : ' 3.10'
4848 maxParallel : 4
4949 pool :
You can’t perform that action at this time.
0 commit comments