Skip to content

Commit 5398a7f

Browse files
fix the matrix
1 parent 7dea52b commit 5398a7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151
run: cabal test --enable-tests
5252

5353
stack:
54-
name: ${{ matrix.os }} / ${{ matrix.stack-yaml }}
55-
runs-on: ubuntu-latest
54+
name: ${{ runner.os }} / ${{ matrix.stack-yaml }}
55+
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:
58+
os:
59+
- ubuntu-latest
5860
stack:
5961
- 2.11.1
6062
stack-yaml:

0 commit comments

Comments
 (0)