diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9389bcbc..6a8e8b99 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.0.1 + GHC_VER: 9.2.1 ARCH: 32 steps: - name: Checkout code @@ -88,7 +88,7 @@ jobs: include: - os: ubuntu-latest ARTIFACT: "i386-linux-ghcup" - GHC_VER: 9.0.1 + GHC_VER: 9.2.1 ARCH: 32 DISTRO: Alpine