Skip to content

Commit

Permalink
feat(ci): add other OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Anderson committed Nov 5, 2024
1 parent ba0758a commit 82f2890
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ env:

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 82f2890

Please sign in to comment.