Skip to content

Commit 133642c

Browse files
runner -> matrix
1 parent 5398a7f commit 133642c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cabal test --enable-tests
5252

5353
stack:
54-
name: ${{ runner.os }} / ${{ matrix.stack-yaml }}
54+
name: ${{ matrix.os }} / ${{ matrix.stack-yaml }}
5555
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:

0 commit comments

Comments
 (0)