Skip to content

Commit 630d9f2

Browse files
authored
Merge pull request #5637 from IntersectMBO/newhoggy/fix-typo
Fix typo in workflow file
2 parents 639cf2f + 6c0195e commit 630d9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cabal: ["3.10.2.1"]
3131
os: [windows-latest, ubuntu-latest]
3232
include:
33-
# Using include, to make sure only be one macOS job, even if the matrix gets expanded later on.
33+
# Using include, to make sure there will only be one macOS job, even if the matrix gets expanded later on.
3434
# We want a single job, because macOS runners are scarce.
3535
- os: macos-latest
3636
cabal: "3.10.2.1"

0 commit comments

Comments
 (0)