From 999be172de0922fe2c962d0e3126579e7bf78bfa Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Nov 2023 21:45:09 +0800 Subject: [PATCH] Try to bump GHC versions for cabal build --- .github/workflows/cabal-release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cabal-release.yaml b/.github/workflows/cabal-release.yaml index 4c2e9ab..4cac8ec 100644 --- a/.github/workflows/cabal-release.yaml +++ b/.github/workflows/cabal-release.yaml @@ -24,7 +24,7 @@ jobs: ARCH: 64 DEBIAN_FRONTEND: noninteractive TZ: Asia/Singapore - GHC_VERSION: 9.2.3 + GHC_VERSION: 9.2.8 strategy: fail-fast: false matrix: @@ -198,7 +198,7 @@ jobs: TZ: Asia/Singapore ARCH: ARM64 DISTRO: Ubuntu - GHC_VERSION: 9.2.2 + GHC_VERSION: 9.2.8 strategy: fail-fast: false matrix: @@ -261,7 +261,7 @@ jobs: ARCH: 64 TARBALL_EXT: tar.xz DISTRO: na - GHC_VERSION: 9.2.3 + GHC_VERSION: 9.2.8 steps: - uses: actions/checkout@v3 with: @@ -294,7 +294,7 @@ jobs: TARBALL_EXT: tar.xz DISTRO: na HOMEBREW_CHANGE_ARCH_TO_ARM: 1 - GHC_VERSION: 9.2.3 + GHC_VERSION: 9.2.8 steps: - uses: actions/checkout@v3 with: @@ -327,7 +327,7 @@ jobs: ARCH: 64 TARBALL_EXT: "zip" DISTRO: na - GHC_VERSION: 9.2.3 + GHC_VERSION: 9.2.8 steps: - name: install windows deps shell: pwsh