👷🏻‍♂️ Switch to self-hosted runner

This commit is contained in:
Ben Chatelain 2021-12-22 18:31:29 -07:00
parent 560c89af2c
commit 5adf8e824d

View file

@ -20,7 +20,10 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
name: Build, Test, and Lint
runs-on: macos-latest
# https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow
# https://github.com/mas-cli/mas/settings/actions/runners
# runs-on: macos-latest
runs-on: [self-hosted, macOS]
steps:
# https://github.com/actions/checkout#usage
- uses: actions/checkout@v2