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
commit d0ae44c100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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