Skip to content

Commit 17ef4a2

Browse files
committedApr 22, 2024
ci(build): run GitHub Actions on MacOS and Windows
1 parent ecd9e46 commit 17ef4a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
matrix:
1111
node: ['18.18.x']
1212
pkg: ['sdk', 'cli']
13+
os: [ubuntu-latest, windows-latest, macos-latest]
1314
runs-on:
14-
labels: ubuntu-latest
15+
labels: ${{ matrix.os }}
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Failed to load comments.