Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 6bacfeb

Browse files
authored
change build matrix
1 parent 95b8d96 commit 6bacfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
16+
os: [ubuntu-latest]
1717
node-version: [10.x, 12.x]
1818

1919
name: Build using ${{ matrix.node-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)