Edit Action workflow to run on a self-hosted runner

This commit is contained in:
Jean-François Milants 2021-10-19 18:49:57 +02:00
parent ab7c6e162f
commit e77f3c9bdf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
build:
# Run these steps on Ubuntu
runs-on: ubuntu-latest
runs-on: self-hosted
steps: