diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 23:41:46 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-27 23:41:46 +0300 |
commit | 821a58a6ea55d75374fd5872cefa8465275daaea (patch) | |
tree | b761bcddb0a44a414d21319cc5da5adc12615192 | |
parent | ad1faf7d609d6dfc913fc77f2daee263abae3151 (diff) |
Use self-hosted runner
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 77f9cfda..76aecc4f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -20,7 +20,7 @@ jobs: matrix: php: [ "7.4", "8.0" ] go: [ "1.14", "1.15" ] - os: [ macos-latest ] + os: [ self-hosted ] steps: - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> |