Skip to content

Commit 221cad5

Browse files
committed
ci: os matrix for executable package
1 parent dee124c commit 221cad5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/executable-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
build:
1212
permissions:
1313
contents: write
14-
runs-on: macos-latest
14+
strategy:
15+
matrix:
16+
os: [macos-latest, windows-latest]
17+
runs-on: ${{ matrix.os }}
1518
steps:
1619
- uses: actions/checkout@v4
1720
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)