Skip to content

Commit

Permalink
Put OS name in job title
Browse files Browse the repository at this point in the history
  • Loading branch information
t-wissmann committed Sep 1, 2023
1 parent 66f2a1f commit f884264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caligraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: push

jobs:
stack:
name: stack / ghc ${{ matrix.ghc }}
name: stack / ghc ${{ matrix.ghc }} on ${{ matrix.os }}
strategy:
matrix:
stack: ["2.3.1"]
Expand Down

0 comments on commit f884264

Please sign in to comment.