Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 6, 2024
1 parent 020341e commit 0ccadcb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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, so using a fixed version, not "macos-latest".
- os: macos-13
- os: macos-latest
cabal: "3.10.2.1"
ghc: "9.6.4"

Expand Down Expand Up @@ -202,11 +201,11 @@ jobs:
# to restore the original path. Do note that some test might need msys2
# and will silently fail if msys2 is not in path. See the "Run tests" step.
#
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

build-complete:
needs: [build]
Expand Down

0 comments on commit 0ccadcb

Please sign in to comment.