Put back matrix for os

This commit is contained in:
Andrew Cassidy 2021-05-08 18:29:45 -07:00
parent 463956b63b
commit cb8b251baf

View File

@ -55,6 +55,9 @@ jobs:
needs: test needs: test
if: github.event_name == 'push' if: github.event_name == 'push'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2