Try to run our CI on a mac mini in my closet

This commit is contained in:
Nathan Sobo
2021-04-14 21:56:24 -06:00
parent 3f71867af8
commit da68bd6c2b
+1 -1
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