mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
👷🏻♂️ Switch to self-hosted runner
This commit is contained in:
parent
560c89af2c
commit
5adf8e824d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue