fix(ci): run release job on hestia host to access cargo and dl server
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s
release / build (push) Failing after 1s
Build and publish package / package (push) Failing after 1m52s

hestia-host maps to host execution on the Forgejo runner, giving access
to /home/breadway/.cargo/bin/cargo and /srv/breadway-dl without Docker.
This commit is contained in:
Breadway 2026-06-17 14:54:59 +08:00
parent ca843bf255
commit 2d0cdae396

View file

@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: [self-hosted, hestia]
runs-on: hestia-host
steps:
- name: checkout
run: |