Skip to content

Commit

Permalink
Use 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 22, 2024
1 parent 017de31 commit a0471b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
include:
- os: ubuntu-latest
ARTIFACT: "i386-linux-ghcup"
GHC_VER: 8.10.7
GHC_VER: 9.8.4
ARCH: 32
- os: ubuntu-latest
ARTIFACT: "x86_64-linux-ghcup"
Expand All @@ -46,7 +46,7 @@ jobs:

- if: matrix.ARCH == '32'
name: Run build (32 bit linux)
uses: docker://hasufell/i386-alpine-haskell:3.12
uses: docker://hasufell/i386-alpine-haskell:3.20
with:
args: sh .github/scripts/build.sh
env:
Expand Down

0 comments on commit a0471b7

Please sign in to comment.