From 79f11ee9ec1694063908c0f75bea798bb28ee8d8 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 15 Nov 2022 20:16:19 -0600 Subject: [PATCH] Revert "Upgrade CI to GHC 9.4.3" This reverts commit 845980c7b4aaa915c044ecf1b9a6bf813c0cd2c8. --- .github/workflows/workflow.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index e3362d5..4998d69 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -38,11 +38,11 @@ jobs: strategy: matrix: include: - - { platform: ubuntu, ghc: 9.4.3 } + - { platform: ubuntu, ghc: 9.4.2 } - { platform: ubuntu, ghc: 9.2.5 } - { platform: ubuntu, ghc: 9.0.2 } - - { platform: macos, ghc: 9.4.3 } - - { platform: windows, ghc: 9.4.3 } + - { platform: macos, ghc: 9.4.2 } + - { platform: windows, ghc: 9.4.2 } - { platform: ubuntu, ghc: 8.10.7 } - { platform: ubuntu, ghc: 8.8.4 } - { platform: ubuntu, ghc: 8.6.5 } @@ -114,10 +114,10 @@ jobs: with: asset_content_type: application/gzip asset_name: witch-${{ github.event.release.tag_name }}.tar.gz - asset_path: artifact/ubuntu-9.4.3/witch-${{ github.event.release.tag_name }}.tar.gz + asset_path: artifact/ubuntu-9.4.2/witch-${{ github.event.release.tag_name }}.tar.gz upload_url: ${{ github.event.release.upload_url }} - - run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' artifact/ubuntu-9.4.3/witch-${{ github.event.release.tag_name }}.tar.gz + - run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' artifact/ubuntu-9.4.2/witch-${{ github.event.release.tag_name }}.tar.gz i386: runs-on: ubuntu-latest