From f0eea67e203e6c51a3dbb773ae5118ad968398e2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 25 Jan 2024 15:11:00 +0100 Subject: [PATCH] tests: increase podman machine limits on macOS --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baaf0bea..ed80c2d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,6 +103,7 @@ jobs: brew install podman netcat if ! podman machine inspect; then podman machine init --rootful + podman machine set --cpus 4 --memory 4096 fi if [ "$(podman machine inspect --format='{{.State}}')" != "running" ]; then podman machine start