github: add runs-on

This commit is contained in:
1computer1 2020-06-22 04:37:55 -04:00
parent e7b26aca2a
commit 05d1779b79

View file

@ -15,6 +15,8 @@ jobs:
- ghc: '8.6.5'
- os: 'windows-latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2