Skip to content

Commit 150f9b1

Browse files
committed
ci: target nix self-hosted runner
1 parent 72b5505 commit 150f9b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build:
13-
runs-on: self-hosted
13+
runs-on: [self-hosted, nix]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
9393
dist/app-manifest.json
9494
9595
cleanup:
96-
runs-on: self-hosted
96+
runs-on: [self-hosted, nix]
9797
needs: build
9898
steps:
9999
- uses: actions/github-script@v7

0 commit comments

Comments
 (0)