From df862c5253fe6801bdb78ccb453312bc832f8e97 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 8 Dec 2022 22:59:38 -0400 Subject: [PATCH] increase container memory for build (maybe) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ae52f13..bad1fe6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - os: ubuntu-latest container: image: debian:buster-slim - options: --memory=16g + options: --memory=24g - os: [self-hosted, macOS, ARM64] tag: darwin-aarch64 - os: [self-hosted, linux, ARM64]