Skip to content

Commit 362f542

Browse files
committed
add macos and windows builds
1 parent c6bdfb1 commit 362f542

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
15+
strategy:
16+
matrix:
17+
os: [ubuntu-latest, macos-latest, windows-latest]
1518
env:
1619
RUSTFLAGS: -D warnings
1720
steps:

0 commit comments

Comments
 (0)