diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad8124b9..0946f830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,6 @@ jobs: matrix: NXF_VER: - "24.04.2" - - "latest-everything" profile: - "docker" - "singularity" diff --git a/conf/test_bclconvert.config b/conf/test_bclconvert.config index 2510ba6d..9246098c 100755 --- a/conf/test_bclconvert.config +++ b/conf/test_bclconvert.config @@ -13,8 +13,8 @@ // Limit resources so that this can run on GitHub Actions process { resourceLimits = [ - cpus: 4, - memory: '13.GB', + cpus: 2, + memory: '6.GB', time: '4.h' ] }