Skip to content

Commit

Permalink
Use correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Oct 9, 2023
1 parent 0039811 commit 7114740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/utils/labels_ci.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
process {

withLabel: lowmem { memory = 6.5Gb }
withLabel: midmem { memory = 6.5Gb }
withLabel: highmem { memory = 6.5Gb }
withLabel: veryhighmem { memory = 6.5Gb }
withLabel: lowmem { memory = 6.5.GB }
withLabel: midmem { memory = 6.5.GB }
withLabel: highmem { memory = 6.5.GB }
withLabel: veryhighmem { memory = 6.5.GB }

withLabel: singlecpu { cpus = 2 }
withLabel: lowcpu { cpus = 2 }
Expand Down

0 comments on commit 7114740

Please sign in to comment.