Skip to content

Commit

Permalink
Trying to upgrade Lima
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Apr 24, 2024
1 parent b1c04f9 commit 9caaaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9caaaaa

Please sign in to comment.