add runs-on in pr ci
This commit is contained in:
parent
69cdf0bc08
commit
642fa5ae8f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pulls.yml
vendored
1
.github/workflows/pulls.yml
vendored
|
@ -4,6 +4,7 @@ on: pull_request
|
|||
jobs:
|
||||
build_pr:
|
||||
name: Build Pull
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
|
|
Loading…
Reference in a new issue