Skip to content
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

Can't run on MacOS runner due to action.yml indicating it uses Docker #57

Open
mobileben opened this issue Sep 26, 2021 · 4 comments · May be fixed by #296
Open

Can't run on MacOS runner due to action.yml indicating it uses Docker #57

mobileben opened this issue Sep 26, 2021 · 4 comments · May be fixed by #296
Assignees

Comments

@mobileben
Copy link

I was going to to use this action. I have MacOS runners. When trying to use this action, I get the error

Error: Container action is only supported on Linux

This is due to the action.yml using docker to run versus being setup to run on node.

@emploiyer

This comment has been minimized.

@emploiyer

This comment has been minimized.

@ncalteen ncalteen self-assigned this Feb 22, 2024
@ncalteen
Copy link
Collaborator

This should be resolved by #296 :) The PR converts the action to a TypeScript action instead of using a container.

@ncalteen ncalteen linked a pull request Feb 22, 2024 that will close this issue
@valeriazagontova
Copy link

I was going to to use this action. I have MacOS runners. When trying to use this action, I get the error

Error: Container action is only supported on Linux

This is due to the action.yml using docker to run versus being setup to run on node.

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 a pull request may close this issue.

4 participants