diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0323d522ef..23839e9627 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,9 @@ on: types: [opened, synchronize] jobs: build: - runs-on: ubuntu-latest + runs-on: self-hosted + ubuntu-latest + macos name: script/cibuild steps: - uses: actions/checkout@v2