Skip to content

Commit 34efec7

Browse files
committed
build package
1 parent 0c52d4c commit 34efec7

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

.github/workflows/buid.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,24 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-latest]
12-
# os: [macos-latest]
13-
host: [x64]
14-
target: [x64]
11+
os: [macos-latest]
12+
host: [arm64]
13+
target: [arm64]
1514
node: [20]
16-
include:
17-
- os: windows-latest
18-
host: x86
19-
target: x86
20-
node: 20
21-
- os: macos-m1
22-
host: arm64
23-
target: arm64
24-
node: 20
15+
# matrix:
16+
# os: [ubuntu-latest, windows-latest, macos-latest]
17+
# host: [x64]
18+
# target: [x64]
19+
# node: [20]
20+
# include:
21+
# - os: windows-latest
22+
# host: x86
23+
# target: x86
24+
# node: 20
25+
# - os: macos-latest
26+
# host: arm64
27+
# target: arm64
28+
# node: 20
2529
name: os=${{ matrix.os }} host=${{ matrix.host }}, target=${{ matrix.target }}
2630
steps:
2731
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)