fix(ci): target the golang runner, generic docker runner retired
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
# .forgejo/workflows/ specifically appears unsupported on this instance/version,
|
||||
# not workflow detection being off in general.
|
||||
#
|
||||
# runs-on: docker matches the only label the cluster runner declares.
|
||||
# runs-on: golang -- the generic "docker" runner was retired in favor of
|
||||
# per-language runners (golang/node/rust), each with its own dind sidecar.
|
||||
name: CI
|
||||
|
||||
on:
|
||||
@@ -24,7 +25,7 @@ on:
|
||||
jobs:
|
||||
verify:
|
||||
name: Test, vet, build
|
||||
runs-on: docker
|
||||
runs-on: golang
|
||||
container:
|
||||
image: golang:1.25-bookworm
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user