change to use our self hosted runner

This commit is contained in:
Isaac Connor 2021-09-15 10:46:55 -04:00
parent f299d57a39
commit 4bc522e273
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-16.04
runs-on: zm-xenial-ci
steps:
- uses: actions/checkout@v2