Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar authored Jan 12, 2024
1 parent d6f4dc1 commit 8bfa175
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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
ghc: ['8.6.5', '8.10.7', '9.6.1']
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest'] # , 'macos-latest']
runs-on: ${{ matrix.os }}

name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
Expand Down

0 comments on commit 8bfa175

Please sign in to comment.