File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os : [macos-latest, windows-latest, ubuntu-16.04, ubuntu- 18.04, ubuntu-20.04]
21
+ os : [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
22
22
steps :
23
23
- name : Checkout
24
24
uses : actions/checkout@v2
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
41
- os : [macos-latest, windows-latest, ubuntu-16.04, ubuntu- 18.04, ubuntu-20.04]
41
+ os : [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
42
42
python : [3.5.4, 3.6.7, 3.7.5, 3.8.1]
43
43
steps :
44
44
- name : Checkout
68
68
strategy :
69
69
fail-fast : false
70
70
matrix :
71
- os : [macos-latest, windows-latest, ubuntu-16.04, ubuntu- 18.04, ubuntu-20.04]
71
+ os : [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
72
72
steps :
73
73
- name : Checkout
74
74
uses : actions/checkout@v2
97
97
strategy :
98
98
fail-fast : false
99
99
matrix :
100
- os : [macos-latest, windows-latest, ubuntu-16.04, ubuntu- 18.04, ubuntu-20.04]
100
+ os : [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
101
101
steps :
102
102
- name : Checkout
103
103
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments