Skip to content

Commit 4e18b1f

Browse files
committed
Fix test failures
By using 9.6.7 for the tests instead of the default 9.10.2 we use for the build.
1 parent 9688168 commit 4e18b1f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/reusable-release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ jobs:
460460
env:
461461
TARBALL_EXT: tar.xz
462462
ARCH: 64
463+
GHC_VERSION: 9.6.7
464+
GHC_TARGETS: "install_bin install_lib update_package_db"
463465
strategy:
464466
fail-fast: false
465467
matrix:
@@ -621,6 +623,8 @@ jobs:
621623
ADD_CABAL_ARGS: ""
622624
TARBALL_EXT: tar.xz
623625
ARCH: ARM64
626+
GHC_VERSION: 9.6.7
627+
GHC_TARGETS: "install_bin install_lib update_package_db"
624628
strategy:
625629
fail-fast: false
626630
matrix:
@@ -674,6 +678,8 @@ jobs:
674678
ARCH: 64
675679
TARBALL_EXT: tar.xz
676680
DISTRO: na
681+
GHC_VERSION: 9.6.7
682+
GHC_TARGETS: "install_bin install_lib update_package_db"
677683
strategy:
678684
fail-fast: false
679685
matrix:
@@ -712,6 +718,8 @@ jobs:
712718
DISTRO: na
713719
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
714720
GHCUP_INSTALL_BASE_PREFIX: ${{ github.workspace }}
721+
GHC_VERSION: 9.6.7
722+
GHC_TARGETS: "install_bin install_lib update_package_db"
715723
strategy:
716724
fail-fast: false
717725
matrix:
@@ -749,6 +757,8 @@ jobs:
749757
DISTRO: na
750758
CABAL_DIR: "C:\\Users\\runneradmin\\AppData\\Roaming\\cabal"
751759
GHCUP_INSTALL_BASE_PREFIX: "/c"
760+
GHC_VERSION: 9.6.7
761+
GHC_TARGETS: "install_bin install_lib update_package_db"
752762
strategy:
753763
fail-fast: false
754764
matrix:
@@ -798,6 +808,8 @@ jobs:
798808
RUNNER_OS: FreeBSD
799809
CABAL_DIR: ${{ github.workspace }}/.cabal
800810
GHCUP_INSTALL_BASE_PREFIX: ${{ github.workspace }}
811+
GHC_VERSION: 9.6.7
812+
GHC_TARGETS: "install_bin install_lib update_package_db"
801813
strategy:
802814
fail-fast: false
803815
matrix:

0 commit comments

Comments
 (0)