File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
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]
15
14
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
25
29
name : os=${{ matrix.os }} host=${{ matrix.host }}, target=${{ matrix.target }}
26
30
steps :
27
31
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments