ci[GLIT-67]: use self hosted runner

This commit is contained in:
DukeCaesar 2024-01-30 13:20:37 +08:00
parent d41aa33906
commit f7dc3bf106
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
timeout-minutes: 45
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v2
with:

View file

@ -6,7 +6,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v2
with: