Skip to content

Commit 73179c8

Browse files
committed
Add OS matrix to Rust build
1 parent 09d9ac3 commit 73179c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust-bindings.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
name: cargo:test
2121
strategy:
2222
fail-fast: false
23-
runs-on: ubuntu-latest
23+
matrix:
24+
os: [ubuntu-latest, macos-latest, windows-latest]
25+
runs-on: ${{ matrix.os }}
2426
steps:
2527
- uses: actions/checkout@v4
2628
- name: Set up Ruby

0 commit comments

Comments
 (0)