We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d9ac3 commit 73179c8Copy full SHA for 73179c8
1 file changed
.github/workflows/rust-bindings.yml
@@ -20,7 +20,9 @@ jobs:
20
name: cargo:test
21
strategy:
22
fail-fast: false
23
- runs-on: ubuntu-latest
+ matrix:
24
+ os: [ubuntu-latest, macos-latest, windows-latest]
25
+ runs-on: ${{ matrix.os }}
26
steps:
27
- uses: actions/checkout@v4
28
- name: Set up Ruby
0 commit comments