Skip to content

Add macOS support #9

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

Merged
merged 3 commits into from
Jul 28, 2020
Merged

Add macOS support #9

merged 3 commits into from
Jul 28, 2020

Conversation

dapetcu21
Copy link
Contributor

@dapetcu21 dapetcu21 commented Jul 28, 2020

This now runs under macOS runners. Ideally, the deployment target shouldn't be hardcoded to 10.15, but it won't break when 11.0 releases.

Fixes #8

@leafo
Copy link
Owner

leafo commented Jul 28, 2020

Thanks for the contribution, can we update the test suite to also run the builds on mac?

@dapetcu21
Copy link
Contributor Author

Sure. I just updated it.

@leafo leafo merged commit fd0d611 into leafo:master Jul 28, 2020
@leafo
Copy link
Owner

leafo commented Jul 28, 2020

I merged it but it looks like your builds are failing here: https://github.com/dapetcu21/gh-actions-lua/actions/runs/186309921

@leafo
Copy link
Owner

leafo commented Jul 28, 2020

Nevermind, looks like things are good here: https://github.com/leafo/gh-actions-lua/runs/920962561

Thanks for the contribution

@dapetcu21
Copy link
Contributor Author

Yes, because the tests were referencing the action as leafo/gh-actions-lua@master, so they were pulling the old version off your repo instead of mine. Looks fine now

@dapetcu21
Copy link
Contributor Author

Oh! One more thing: Can you, please, make a release so that I can reference it in my workflows and not rely on master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work on macOS workers
2 participants