Skip to content

Commit

Permalink
ci: Use matrix for cross-OS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 11, 2024
1 parent 2b0095f commit 846f5c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node-version:
- 18
- 20
Expand Down

0 comments on commit 846f5c6

Please sign in to comment.