ci: use Codeberg hosted runner label (codeberg-medium)
This commit is contained in:
parent
4cd58a4bd7
commit
a527b0bdbb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue