From da68bd6c2b6d91a6800a6e11d252c183927758e2 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 14 Apr 2021 21:56:24 -0600 Subject: [PATCH] Try to run our CI on a mac mini in my closet --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b177817a36..20b194966b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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