Skip to content

Commit

Permalink
Merge pull request #307 from nschonni/multi-os
Browse files Browse the repository at this point in the history
ci: Use matrix for cross-OS testing
  • Loading branch information
tcort authored May 21, 2024
2 parents 0938a98 + 846f5c6 commit 5387de4
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 5387de4

Please sign in to comment.