runs-on: self-hosted

This commit is contained in:
zhou-hao 2020-09-28 15:07:01 +08:00
parent 2a29778475
commit 59c0245240
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v1