Skip to content

Commit

Permalink
CI: also test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 13, 2024
1 parent fa63d8a commit d3945ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ on:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-22.04,
macos-latest,
]
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
Expand Down

0 comments on commit d3945ab

Please sign in to comment.