Skip to content

Commit f87c0db

Browse files
committed
[add] multiplatform builds
1 parent 540efd0 commit f87c0db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ defaults:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
os: [ubuntu-latest, windows-latest]
1216

1317
steps:
1418
- name: Code Checkout

0 commit comments

Comments
 (0)