ci: use forgejo local runner label
This commit is contained in:
parent
2f251f00f1
commit
ee88a82e63
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue