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

Upgrade v8 action not finding runners (deprecated ubuntu-18.04) #399

Open
tommie opened this issue Dec 22, 2023 · 1 comment
Open

Upgrade v8 action not finding runners (deprecated ubuntu-18.04) #399

tommie opened this issue Dec 22, 2023 · 1 comment

Comments

@tommie
Copy link
Contributor

tommie commented Dec 22, 2023

https://github.com/rogchap/v8go/actions/runs/7282474893

This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.

The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002

I'm guessing they removed ubuntu-18 runners 9 months ago and that's why there are no runners. Simply switching the action base probably solves it:

runs-on: ubuntu-18.04

Most workflows are set to ubuntu-latest, but v8build is ubuntu-22.04.

The last successful run was https://github.com/rogchap/v8go/actions/runs/4591721104

@tommie
Copy link
Contributor Author

tommie commented Dec 30, 2023

I've made a fork: https://github.com/tommie/v8go

It has a revamped build pipeline, and adds Android builds.

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

No branches or pull requests

1 participant