Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 30, 2024
1 parent e134f28 commit 0fdb195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ 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.
- os: macos-latest
# It appears that macOS latest is aarch64 M1s now.
- os: macos-13
cabal: "3.10.2.1"
ghc: "9.6.4"

Expand Down

0 comments on commit 0fdb195

Please sign in to comment.