Require self-hosted mac runner for CI build
Some checks failed
Build macOS App / build (push) Has been cancelled
Some checks failed
Build macOS App / build (push) Has been cancelled
This commit is contained in:
@@ -7,7 +7,9 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- macos
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user