Skip to content

Commit

Permalink
add Windows and MacOS runner to CI self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jul 7, 2023
1 parent d3ff087 commit 0acba60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ jobs:
run: npx prettier --check .

reuse:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 0acba60

Please sign in to comment.