Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Run on all major OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Richter committed Dec 9, 2019
1 parent 2b1d6c4 commit 9dae917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

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

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

steps:
Expand Down

0 comments on commit 9dae917

Please sign in to comment.