-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable testing on Mac #621
Comments
Would be crazy if powermetrics is available there @dan-mm Can you check that out please? |
Didi started it here - I can take over from here - next step is to SSH into the runner and try manually to see why it didn't just work out of the box |
Quick update as to why its not working: docker isn't installed by default on Mac github runners, it seems:
|
Can you go further from here and implement tips from here: |
I'm already on it - while in the SSH session I installed docker and got through the install_mac.sh script successfully. updating the workflows now |
Currently we only test on ubuntu with the GitHub ci. I would also want to run the Mac tests once in a while. GitHub offers support for 'macos-latest' [0] so adding it shouldn't be that hard.
[0] https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
The text was updated successfully, but these errors were encountered: