chore: switch to selfhosted runner

This commit is contained in:
2026-06-16 18:08:55 +02:00
parent c48fc2392a
commit 0d4cae69b9
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ on: [push, pull_request]
jobs:
build:
# On Codeberg's hosted runner use a label such as `codeberg-tiny`.
runs-on: codeberg-medium
runs-on: self-hosted-x64
container:
image: node:22-bookworm
steps: