diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 4a945c04f2f..f4bfebb6daa 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -80,7 +80,7 @@ runs: run: | echo "STEP: Setup docker (macOS only)" brew update --preinstall - LIMA_VERSION=v0.20.1 + LIMA_VERSION=v0.21.0 curl -fsSL "https://github.com/lima-vm/lima/releases/download/${LIMA_VERSION}/lima-${LIMA_VERSION:1}-$(uname -s)-$(uname -m).tar.gz" | tar Cxzvm /usr/local COLIMA_VERSION=v0.6.8 curl -LO https://github.com/abiosoft/colima/releases/download/${COLIMA_VERSION}/colima-$(uname)-$(uname -m)