douglascamata / setup-docker-macos-action

A Github Action to setup Docker on macOS runners.
MIT License
29 stars 9 forks source link

Use preinstalled Colima #5

Closed pwltr closed 1 year ago

pwltr commented 1 year ago

Colima comes preinstalled with the MacOS runner image as of this PR. It may make sense to avoid installing it separately in this action.

douglascamata commented 1 year ago

@pwltr Colima is managed by Homebrew in both cases. It won’t be reinstalled if not needed. It just might be upgraded if there is a more recent version. This is not a problem.

pwltr commented 1 year ago

Yes, this seems to be the case. There was no noticeable difference in run time when going from manual setup (docker + docker-compose only) to this action.