github-action-setup-ddev
github-action-setup-ddev copied to clipboard
Support installing when action runner is macos-latest
I would like to be able to use this action to install DDEV on a Mac-based workflow for some regression testing, but it only supports Linux runners currently.
Mac is really hard. There's no command-line way to start Docker Desktop if you want it. You can do Colima, as DDEV has colima tests. But I was never able to get mkcert installed without access to the UI, so had to use http for everything.
I am interested to know what the Mac-based workflow looks like. Are you using host commands that are specific to Mac?
Yeah I kind of figured we would use brew to install colima ourselves before running this.
Hey, we have moved to https://github.com/ddev/github-action-setup-ddev. This repo will be archived (read-only). I am going to close all issues. Please feel free to open a new one in the new place if you think it makes sense.