ci: use Codeberg hosted runner label (codeberg-medium)

This commit is contained in:
every.channel 2026-02-16 00:26:31 -05:00
parent 4cd58a4bd7
commit a527b0bdbb
No known key found for this signature in database

View file

@ -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