Skip to content

Commit

Permalink
Merge branch 'fsfe:main' into typst-support
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhikari authored Jul 10, 2023
2 parents d6ba0b5 + 47723e7 commit 4cd3f3a
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 4cd3f3a

Please sign in to comment.