diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 281a435..4122ada 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,9 +6,8 @@ on: jobs: build-and-start: - # Must match your runner's labels (e.g. from act_runner register --labels). - # If your runner has other labels, replace with those (e.g. runs-on: my-runner). - runs-on: [self-hosted] + # Use exact labels from your runner (e.g. "ubuntu:latest" if that's what you see) + runs-on: [ubuntu-latest, docker] steps: - name: Checkout uses: actions/checkout@v4