From 95ac5c8fc6a56a80f4dcef7e07937ebaa887bb6e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 23 Mar 2024 15:18:56 +0800 Subject: [PATCH] Use deb 11 --- .github/workflows/cross.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross.yaml b/.github/workflows/cross.yaml index 98fcc1d..5adabbd 100644 --- a/.github/workflows/cross.yaml +++ b/.github/workflows/cross.yaml @@ -61,7 +61,7 @@ jobs: needs: "build" runs-on: [self-hosted, Linux, X64] container: - image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:a9297a370025101b479cfd4977f8f910814e03ab + image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:a9297a370025101b479cfd4977f8f910814e03ab options: --user root env: CABAL_VER: 3.10.3.0 @@ -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-deb10:a9297a370025101b479cfd4977f8f910814e03ab + image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:a9297a370025101b479cfd4977f8f910814e03ab options: --user root env: CABAL_VER: 3.10.3.0