Skip to content

Commit 51ca5d3

Browse files
committed
Github action for 2 os
1 parent 417802d commit 51ca5d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ env:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
os: [ubuntu-latest, windows-latest]
18+
19+
runs-on: ${{ matrix.os }}
1620

1721
steps:
1822
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)