ci: use forgejo local runner label

This commit is contained in:
Daniel 2026-05-10 18:13:14 +02:00
parent 2f251f00f1
commit ee88a82e63
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build signed APK
runs-on: ubuntu-latest
runs-on: forgejo-local
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
runs-on: forgejo-local
steps:
- name: Checkout
uses: actions/checkout@v4