v8go
v8go copied to clipboard
Upgrade v8 action not finding runners (deprecated ubuntu-18.04)
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 https://github.com/actions/virtual-environments/issues/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: https://github.com/rogchap/v8go/blob/cee5f84bb54338bdef150b3e43daace4669c5de2/.github/workflows/v8upgrade.yml#L11
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.