generated from CubeCraft-Creations/Tracehound
ci: run workflows on the go-react runner image
The workflows used runs-on: ubuntu-latest, which mapped to docker.gitea.com/runner-images:ubuntu-latest — an image whose Node from setup-node won't execute (exit 127) and which lacks curl/jq. The runner already advertises a purpose-built "go-react" CI image; point the workflows at it instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: go-react
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user