File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build-and-release :
10- runs-on : ${{ matrix.runs-on }}
10+ runs-on : ubuntu-22.04
1111 strategy :
1212 matrix :
13- runs-on : [ubuntu-latest, windows-latest, macOS-latest]
14- arch : [x64, arm64]
15- node-version : ['node18']
16- include :
17- - runs-on : ubuntu-latest
18- os : linux
19- - runs-on : windows-latest
20- os : win
21- - runs-on : macOS-latest
22- os : macos
13+ arch :
14+ - x64
15+ - arm64
16+ node-version :
17+ - node16
18+ os :
19+ - linux
20+ - macos
21+ - win
22+
2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@v3
2828 id : pkg-action
2929 uses : lando/pkg-action@v2
3030 with :
31- entrypoint : bin/run
31+ entrypoint : .
3232 arch : ${{ matrix.arch }}
3333 node-version : ${{ matrix.node-version }}
3434 os : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments