Skip to content

Commit

Permalink
Merge pull request #483 from reflex-frp/macos-ci
Browse files Browse the repository at this point in the history
Enable macos CI again
  • Loading branch information
alexfmpe authored Jan 15, 2025
2 parents 6c29d2b + a0a04f0 commit a6f6eaa
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', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
os: ['ubuntu-latest']
os: ['ubuntu-latest', 'macos-13'] # https://github.com/haskell-actions/setup/issues/77
runs-on: ${{ matrix.os }}

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

0 comments on commit a6f6eaa

Please sign in to comment.