Skip to content

Commit 6aec916

Browse files
committed
temp
1 parent 55196b8 commit 6aec916

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/CI.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -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)