diff --git a/.github/workflows/coq-docker.yml b/.github/workflows/coq-docker.yml index 5e60bbab31..e0a2a6dc79 100644 --- a/.github/workflows/coq-docker.yml +++ b/.github/workflows/coq-docker.yml @@ -399,7 +399,7 @@ jobs: name: ExtractionHaskell-source-${{ matrix.coq-version }} path: src/ExtractionHaskell - name: standalone-haskell - run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M7G -RTS' + run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M9G -RTS' - name: upload Haskell files uses: actions/upload-artifact@v4 with: