Fix CI: runner label should be ubuntu-latest, not docker
Some checks are pending
CI / test (push) Waiting to run

runs-on selects a registered runner label; forgejo-runner's default
label is ubuntu-latest, so the job never got picked up under "docker".

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
awayatan 2026-07-26 22:55:14 +09:00
parent f47fef177b
commit 6e023d1081

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
test: test:
runs-on: docker runs-on: ubuntu-latest
container: container:
image: golang:1.26-alpine image: golang:1.26-alpine
steps: steps: