ci: use self-hosted runner
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
SpecialX
2025-12-12 16:25:06 +08:00
parent 83dd36d842
commit 23431655e9

View File

@@ -10,7 +10,7 @@ on:
jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4