diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index a1f90674e..a6789aac7 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -20,11 +20,11 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10.7", "9.6", "9.10"] - cabal: ["3.12"] - sys: - - { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' } - - { os: ubuntu-latest, shell: bash } + # ghc: [ "9.6", "9.10"] + # cabal: ["3.12"] + # sys: + # - { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' } + # - { os: ubuntu-latest, shell: bash } include: # Using include, to make sure there will only be one macOS job, even if the matrix gets expanded later on. # We want a single job, because macOS runners are scarce. @@ -76,7 +76,7 @@ jobs: cabal-version: ${{ matrix.cabal }} - name: Install system dependencies - uses: input-output-hk/actions/base@latest + uses: carbolymer/actions/base@latest with: use-sodium-vrf: true # default is true