Skip to content

Commit

Permalink
Merge pull request #799 from fsfe/ci-selftest-otheros
Browse files Browse the repository at this point in the history
Add Windows and MacOS runner to CI self-test
  • Loading branch information
carmenbianca authored Jul 8, 2023
2 parents d3ff087 + 0acba60 commit 47723e7
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 47723e7

Please sign in to comment.