Change runner to self hosted

This commit is contained in:
Bill 2021-09-16 23:31:22 -04:00
parent bb901a0519
commit 464ac14a9d

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: self-hosted
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [14.x]