Skip to content

Commit

Permalink
Add macos to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed May 5, 2022
1 parent 7233cf5 commit f5df919
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:

jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.osx }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f5df919

Please sign in to comment.