Skip to content

Commit

Permalink
chore(ci): also run CI on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Aug 10, 2022
1 parent e8c4c9f commit 471e1a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

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

0 comments on commit 471e1a7

Please sign in to comment.