bmuschko/gradle-docker-plugin

GitHub Actions CI should be executed with MacOS runner

bmuschko opened this issue · 1 comments

A significant amount of plugin users runs builds on MacOS. At this time, GitHub Actions supports a MacOS runner. The CI build should run similar to the Linux runner, but without the publishing portion.

https://github.blog/changelog/2022-06-13-github-actions-macos-12-for-github-hosted-runners-is-now-generally-available/

It looks like running Docker on a GitHub MacOS runner isn't straightforward. Docker Engine isn't preinstalled on that runner to avoid licensing issues. Using Colima seemed to work but then there are issues with connecting to the Docker daemon. It may not be enabled. I gave up for now.