From 9e8c422b3fac5661830cad829058e17660ab35d7 Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Sun, 20 Nov 2022 14:50:39 +0800 Subject: [PATCH] CI: increase the FreeBSD memory limit to 4096 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index a3a9db84f..f0601fddb 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -847,7 +847,7 @@ jobs: job: - { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: , env: - mem: 2048 + mem: 4096 steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2