diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc13cf4c..57881c2f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: include: - os: ubuntu-latest ARTIFACT: "i386-linux-ghcup" - GHC_VER: 9.6.3 + GHC_VER: 9.8.1 ARCH: 32 steps: - name: Checkout code @@ -88,7 +88,7 @@ jobs: include: - os: ubuntu-latest ARTIFACT: "i386-linux-ghcup" - GHC_VER: 9.6.3 + GHC_VER: 9.8.1 ARCH: 32 DISTRO: Alpine