Skip to content

Commit

Permalink
Fixup GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DougBurke committed Jan 1, 2025
1 parent a66939f commit 7b6a3de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hvega-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ jobs:
cabal: ["latest"]

os: [ubuntu-latest]
ghc-version: ["9.10", "9.8", "9.6", "9.4"]
ghc: ["9.10", "9.8", "9.6", "9.4"]

include:
- os: macOS-latest
ghc-version: '9.6'
ghc: '9.6'
- os: windows-latest
ghc-version: '9.6'
ghc: '9.6'

name: hvega ${{ matrix.os }} GHC ${{ matrix.ghc }} Cabal ${{ matrix.cabal }}
steps:
- uses: actions/checkout@v4
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
Expand Down

0 comments on commit 7b6a3de

Please sign in to comment.