We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5cccc commit 42d8315Copy full SHA for 42d8315
1 file changed
.github/workflows/cross.yaml
@@ -61,7 +61,7 @@ jobs:
61
needs: "build"
62
runs-on: [self-hosted, Linux, X64]
63
container:
64
- image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:a9297a370025101b479cfd4977f8f910814e03ab
+ image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:5df428b97c501f61f57587048d4bd15eba53e364
65
options: --user root
66
env:
67
CABAL_VER: 3.10.3.0
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
0 commit comments