File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os :
16
16
- ubuntu-20.04
17
- - macos-11.0
18
- - windows-latest
17
+ # - macos-11.0
18
+ # - windows-latest
19
19
node_version :
20
20
- 12
21
21
node_arch :
@@ -81,25 +81,25 @@ jobs:
81
81
matrix :
82
82
os :
83
83
- ubuntu-20.04
84
- - macos-11.0
85
- - windows-latest
84
+ # - macos-11.0
85
+ # - windows-latest
86
86
node_version :
87
87
- 10
88
- - 12
89
- - 14
88
+ # - 12
89
+ # - 14
90
90
node_arch :
91
91
- x64
92
92
include :
93
- - os : windows-2016
94
- node_version : 12
95
- node_arch : x86
96
- - os : ubuntu-16.04
97
- node_version : 12
93
+ # - os: windows-2016
94
+ # node_version: 12
95
+ # node_arch: x86
96
+ # - os: ubuntu-16.04
97
+ # node_version: 12
98
98
- os : ubuntu-latest
99
99
node_version : 12
100
100
snap : true
101
- - os : macos-10.15
102
- node_version : 12
101
+ # - os: macos-10.15
102
+ # node_version: 12
103
103
steps :
104
104
- uses : actions/checkout@v2
105
105
You can’t perform that action at this time.
0 commit comments