Skip to content

Commit

Permalink
ci: add macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Mar 22, 2023
1 parent 9fc76ac commit d3b6c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
node: ['16', '18', '19']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d3b6c36

Please sign in to comment.