From ef40a79167f8e4e937e5dace7098016d4fd65659 Mon Sep 17 00:00:00 2001
From: Joris Vaillant <joris.vaillant@inria.fr>
Date: Tue, 9 Jan 2024 10:03:27 +0100
Subject: [PATCH] =?UTF-8?q?ci:=20Do=20only=202=20parallel=20build=20to=20a?=
 =?UTF-8?q?void=20CI=C2=A0crash?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/macos-linux-conda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml
index e09c8bd4..ba3f9396 100644
--- a/.github/workflows/macos-linux-conda.yml
+++ b/.github/workflows/macos-linux-conda.yml
@@ -63,7 +63,7 @@ jobs:
           -DPYTHON_EXECUTABLE=$(which python3) \
           -DGENERATE_PYTHON_STUBS=ON \
           -DHPP_FCL_HAS_QHULL=ON
-        make -j
+        make -j2
         make build_tests
         export CTEST_OUTPUT_ON_FAILURE=1
         make test
-- 
GitLab