mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Put back matrix for os
This commit is contained in:
parent
463956b63b
commit
cb8b251baf
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
@ -55,6 +55,9 @@ jobs:
|
||||
needs: test
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ macos-latest, windows-latest, ubuntu-latest ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user