From 700cf74001abf40ad024a13fbb4cf366259a23de Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 23 Mar 2024 15:57:15 +0800 Subject: [PATCH] Fix linux cross CI --- .github/workflows/cross.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cross.yaml b/.github/workflows/cross.yaml index 5adabbd..d5e8d2e 100644 --- a/.github/workflows/cross.yaml +++ b/.github/workflows/cross.yaml @@ -61,15 +61,15 @@ jobs: needs: "build" runs-on: [self-hosted, Linux, X64] container: - image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:a9297a370025101b479cfd4977f8f910814e03ab + image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:a9297a370025101b479cfd4977f8f910814e03ab options: --user root env: CABAL_VER: 3.10.3.0 BUILD_CONF_ARGS: "--enable-unregisterised" HADRIAN_FLAVOUR: "" JSON_VERSION: "0.0.8" - GHC_VER: 8.10.6 - GHC_TARGET_VERSION: "8.10.7" + GHC_VER: 9.6.2 + GHC_TARGET_VERSION: "9.6.2" ARCH: 64 DISTRO: Debian ARTIFACT: "x86_64-linux-ghcup" @@ -101,7 +101,7 @@ jobs: needs: "build" runs-on: [self-hosted, Linux, X64] container: - image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:a9297a370025101b479cfd4977f8f910814e03ab + image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:a9297a370025101b479cfd4977f8f910814e03ab options: --user root env: CABAL_VER: 3.10.3.0