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