Skip to content

Commit 42d8315

Browse files
committed
Fix cross CI
1 parent 6a5cccc commit 42d8315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cross.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: "build"
6262
runs-on: [self-hosted, Linux, X64]
6363
container:
64-
image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:a9297a370025101b479cfd4977f8f910814e03ab
64+
image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:5df428b97c501f61f57587048d4bd15eba53e364
6565
options: --user root
6666
env:
6767
CABAL_VER: 3.10.3.0
@@ -108,7 +108,7 @@ jobs:
108108
needs: "build"
109109
runs-on: [self-hosted, Linux, X64]
110110
container:
111-
image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:a9297a370025101b479cfd4977f8f910814e03ab
111+
image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:5df428b97c501f61f57587048d4bd15eba53e364
112112
options: --user root
113113
env:
114114
CABAL_VER: 3.10.3.0

0 commit comments

Comments
 (0)