From f571228709b1ad5e879e561d4bfedc8c48dc272a Mon Sep 17 00:00:00 2001 From: Douglas Burke Date: Wed, 1 Jan 2025 17:23:02 -0500 Subject: [PATCH] Fixup GitHub actions --- .github/workflows/hvega-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hvega-ci.yml b/.github/workflows/hvega-ci.yml index c2314e57..3b31d782 100644 --- a/.github/workflows/hvega-ci.yml +++ b/.github/workflows/hvega-ci.yml @@ -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 ${{ os }} GHC ${{ matrix.ghc }} Cabal ${{ cabal }} steps: - uses: actions/checkout@v4 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'