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 40e69be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: npx prettier --check .

reuse:
runs-on: ubuntu-20.04
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 40e69be

Please sign in to comment.