Switch to self-hosted Mojave runner

This commit is contained in:
Mykola Grymalyuk
2021-03-22 18:57:44 -06:00
committed by GitHub
parent 8fc015a108
commit c94aebc369

View File

@@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build App
runs-on: macos-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2