workflows: use correct runner label

This commit is contained in:
merlin
2026-03-05 15:01:19 +08:00
parent 8cad9e0651
commit f24993bd51
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: gitea-official-runner
runs-on: gitea-runner-group-candlelight
container:
image: registry.merlin.xin/candlelight/action_builder:v0.0.1
steps:

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: gitea-official-runner
runs-on: gitea-runner-group-candlelight
container:
image: registry.merlin.xin/candlelight/action_builder:v0.0.1
steps: