From 0027a32ab6dc0bec39b36262f7814a1643218046 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Sat, 6 Jul 2024 00:17:23 -0300 Subject: [PATCH] Fix podman install on MacOS E2E. Signed-off-by: Artur Souza --- .github/workflows/self_hosted_e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self_hosted_e2e.yaml b/.github/workflows/self_hosted_e2e.yaml index c8c0441ba..78fc5a90d 100644 --- a/.github/workflows/self_hosted_e2e.yaml +++ b/.github/workflows/self_hosted_e2e.yaml @@ -43,7 +43,7 @@ jobs: DAPR_RUNTIME_LATEST_STABLE_VERSION: "" DAPR_DASHBOARD_LATEST_STABLE_VERSION: "" GOLANG_PROTOBUF_REGISTRATION_CONFLICT: warn - PODMAN_VERSION: 4.4.4 + PODMAN_VERSION: 5.1.1 strategy: # TODO: Remove this when our E2E tests are stable for podman on MacOS. fail-fast: false # Keep running if one leg fails.