Edit Action workflow to run on a self-hosted runner
This commit is contained in:
parent
ab7c6e162f
commit
e77f3c9bdf
|
@ -22,7 +22,7 @@ jobs:
|
|||
build:
|
||||
|
||||
# Run these steps on Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue