Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jan 16, 2025
1 parent 3ff12da commit 94763a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: [ "8.10.7", "9.2.7", "9.6.1" ]
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
os: [ubuntu-latest, macos-13, windows-latest]

steps:
- uses: actions/checkout@v1
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dos2unix (MacOS)
if: matrix.os == 'macos-latest'
run: brew install dos2unix llvm
run: brew install dos2unix llvm@13

- name: Select build directory
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV
Expand Down

0 comments on commit 94763a4

Please sign in to comment.