Skip to content

Commit

Permalink
[CI] Downgrade macOS ghc version
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jun 16, 2021
1 parent 0488f86 commit d063be9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
include:
- os: ubuntu-latest
container: 'lierdakil/alpine-haskell:8.10.5-pwsh'
- os: macos-latest
pandocver: '2.14.0.2'
ghcver: '8.10.4'
exclude:
- os: macos-latest
ghcver: '8.10.5'
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
steps:
Expand Down

0 comments on commit d063be9

Please sign in to comment.