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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
# Codeberg-hosted Forgejo runners typically expose the `docker` label.
|
# Use Codeberg global hosted runners by label.
|
||||||
# Using `ubuntu-latest` will hang unless you operate your own runner with that label.
|
# Available labels in this repo are: codeberg-tiny, codeberg-small, codeberg-medium.
|
||||||
runs-on: docker
|
runs-on: codeberg-medium
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue