Skip to content

Commit

Permalink
also test macos
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Nov 11, 2024
1 parent 7e6a110 commit 8481ba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ name: Continuous integration

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
rust:
- stable
- beta
Expand Down

0 comments on commit 8481ba0

Please sign in to comment.