Skip to content

Commit

Permalink
also test macos
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Apr 13, 2022
1 parent e1a527e commit 0fc59d0
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 0fc59d0

Please sign in to comment.