Skip to content

Commit

Permalink
Add os matrix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgerth committed Mar 25, 2022
1 parent 706ca1c commit aa65333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on: [push]

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

strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 17.x]

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

0 comments on commit aa65333

Please sign in to comment.