Skip to content

Commit

Permalink
tests: increase podman machine limits on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jan 25, 2024
1 parent 9752de9 commit f0eea67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0eea67

Please sign in to comment.