Skip to content

Commit

Permalink
ci: run tests on ubuntu and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream committed Dec 6, 2022
1 parent 9c9bfdc commit 1ae4982
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest]

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

0 comments on commit 1ae4982

Please sign in to comment.