Put back matrix for os

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent 463956b63b
commit cb8b251baf

@ -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…
Cancel
Save