From a527b0bdbb9ae3e83a46517a973608e4a11b5bbb Mon Sep 17 00:00:00 2001 From: "every.channel" Date: Mon, 16 Feb 2026 00:26:31 -0500 Subject: [PATCH] ci: use Codeberg hosted runner label (codeberg-medium) --- .forgejo/workflows/deploy-cloudflare.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy-cloudflare.yml b/.forgejo/workflows/deploy-cloudflare.yml index 1aee80e..28bbea7 100644 --- a/.forgejo/workflows/deploy-cloudflare.yml +++ b/.forgejo/workflows/deploy-cloudflare.yml @@ -11,9 +11,9 @@ concurrency: jobs: deploy: - # Codeberg-hosted Forgejo runners typically expose the `docker` label. - # Using `ubuntu-latest` will hang unless you operate your own runner with that label. - runs-on: docker + # Use Codeberg global hosted runners by label. + # Available labels in this repo are: codeberg-tiny, codeberg-small, codeberg-medium. + runs-on: codeberg-medium steps: - uses: actions/checkout@v4