Merge pull request #21 from zed-industries/self-hosted-runner

Try to run our CI on a mac mini in my closet
This commit is contained in:
Nathan Sobo
2021-04-14 22:07:22 -06:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ env:
jobs:
tests:
name: Tests
runs-on: macos-latest
runs-on: self-hosted
steps:
- name: Checkout repo
uses: actions/checkout@v2