rogchap / v8go

Execute JavaScript from Go

Home Page:https://rogchap.com/v8go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tommie opened this issue · comments

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

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

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