Merge pull request #241 from ChrispyBacon-dev/unstable

github action to selfhost runner
This commit is contained in:
Chris 2025-09-25 21:48:22 +02:00 committed by GitHub
commit f8fb049559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout repository