-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GitHub actions workflow fails for self hosted runners #3972
Comments
It should be due to Github upgrading the node version of actions to 20 |
All examples in examples/multi-runner are working. What base image are you using? |
Amazon Linux 2 OS we had used in the dynamic runner setup. |
use centos7.9 same |
Also you had mentioned temporary workaround, did you get it working ? |
Yes, but is there a long-term solution? |
I would suggest to run on Ubuntu when possible, same as GItHub does. Alternative that works with most of the actions is amazon linux 2023. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi Team,
We have setup the dynamic self hosted runners from the instructions in this repository and it was working fine all these days, but we are having a strange issue from 3 days with our self hosted runners workflow fails at the checkout step.
Error we are facing
/opt/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/actions-runner/externals/node20/bin/node)
If you could suggest on this please.
Regards,
The text was updated successfully, but these errors were encountered: