From 75380a3d77607518bd93a75f06b2fdfc8cadd3ff Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 16 Aug 2023 11:12:57 +0200 Subject: [PATCH] :bug::construction_worker: mac-os out of memory - could also use larger runner for mac-os-xl with 30GB of memory (and 12 CPUs) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d5230c05..b1070a3f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: run: | cd project snakemake -p -c1 --configfile config/single_dev_dataset/example/config.yaml -n - snakemake -p -c2 --configfile config/single_dev_dataset/example/config.yaml + snakemake -p -c1 --configfile config/single_dev_dataset/example/config.yaml - name: Archive results uses: actions/upload-artifact@v3 with: