github: add runs-on
This commit is contained in:
parent
e7b26aca2a
commit
05d1779b79
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
- ghc: '8.6.5'
|
- ghc: '8.6.5'
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue