From 38219e08d95ecc298fe476e90e802cd288dc72f6 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 17 Mar 2023 17:39:08 +0100 Subject: [PATCH] ci: increase memory size of vmactions workflow By default, the VM gets 1024MiB. https://github.com/vmactions/freebsd-vm/issues/28 suggests to increase it. --- .github/workflows/vmactions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vmactions.yml b/.github/workflows/vmactions.yml index adcf419676..a346efb14e 100644 --- a/.github/workflows/vmactions.yml +++ b/.github/workflows/vmactions.yml @@ -15,6 +15,7 @@ jobs: - name: Build uses: vmactions/freebsd-vm@v0 with: + mem: 8192 usesh: true prepare: | pkg install -y \