Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,10 @@ jobs:
uses: medyagh/setup-minikube@e9e035a86bbc3caea26a450bd4dbf9d0c453682e # v0.0.21
with:
kubernetes-version: "1.36.0"
# Minikube 1.39.0 changed the default container runtime to containerd. The image
# builds below go through `minikube docker-env`, which needs a real Docker daemon
# in the node, so pin the runtime rather than inherit the default.
container-runtime: docker
# GitHub Actions limit 4C/16G, limit to 2C/6G for better resource statistic
# https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
cpus: 2
Expand Down