Skip to content

Commit

Permalink
Update .github/workflows/haskell.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Hurlin <smelc@users.noreply.github.com>
  • Loading branch information
angerman and smelc committed May 6, 2024
1 parent d700a5e commit 5f2e15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
include:
# Using include, to make sure there will only be one macOS job, even if the matrix gets expanded later on.
# We want a single job, because macOS runners are scarce.
# It appears that macOS latest is aarch64 M1s now.
# It appears that macOS latest is aarch64 M1s now, so using a fixed version, not "macos-latest".
- os: macos-13
cabal: "3.10.2.1"
ghc: "9.6.4"
Expand Down

0 comments on commit 5f2e15c

Please sign in to comment.