Skip to content

Commit 72d8a7c

Browse files
committed
Fix MacOS E2E build failure
Signed-off-by: Albert Callarisa <[email protected]>
1 parent d4731e5 commit 72d8a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/self_hosted_e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
DAPR_RUNTIME_LATEST_STABLE_VERSION: ""
4444
DAPR_DASHBOARD_LATEST_STABLE_VERSION: ""
4545
GOLANG_PROTOBUF_REGISTRATION_CONFLICT: warn
46-
PODMAN_VERSION: 5.4.0
46+
PODMAN_VERSION: 5.5.2
4747
strategy:
4848
# TODO: Remove this when our E2E tests are stable for podman on MacOS.
4949
fail-fast: false # Keep running if one leg fails.
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Start podman machine
9292
sudo podman-mac-helper install
93-
podman machine init -v $HOME:$HOME --memory 16384 --cpus 12
93+
podman machine init -v $HOME:$HOME --memory 3072 --cpus 12
9494
podman machine start --log-level debug
9595
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
9696
podman info

0 commit comments

Comments
 (0)