ci: migrate to self-hosted runner

master
androidacy-user 7 months ago
parent 06aaf8d41c
commit 8b42e22442

@ -17,7 +17,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write

@ -9,7 +9,7 @@ on:
jobs:
build:
name: Dependencies
runs-on: ubuntu-latest
runs-on: self-hosted
permissions: # The Dependency Submission API requires write permission
contents: write
steps:

Loading…
Cancel
Save