Skip to content

Commit e4fbd3e

Browse files
committed
temp
1 parent d2edf87 commit e4fbd3e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/CI.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
os:
1616
- ubuntu-20.04
17-
- macos-11.0
18-
- windows-latest
17+
# - macos-11.0
18+
# - windows-latest
1919
node_version:
2020
- 12
2121
node_arch:
@@ -81,25 +81,25 @@ jobs:
8181
matrix:
8282
os:
8383
- ubuntu-20.04
84-
- macos-11.0
85-
- windows-latest
84+
# - macos-11.0
85+
# - windows-latest
8686
node_version:
8787
- 10
88-
- 12
89-
- 14
88+
# - 12
89+
# - 14
9090
node_arch:
9191
- x64
9292
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
9898
- os: ubuntu-latest
9999
node_version: 12
100100
snap: true
101-
- os: macos-10.15
102-
node_version: 12
101+
# - os: macos-10.15
102+
# node_version: 12
103103
steps:
104104
- uses: actions/checkout@v2
105105

0 commit comments

Comments
 (0)