Use GitHub hosted macOS GitHub Actions runner instead of self hosted runner

The self hosted runner was used because the electron-builder signing process was hanging when the workflow was run on the GitHub hosted macOS runner. Now that the electron-builder signing certificate import procedure can be used, the GitHub hosted runner can be used without any problems so there is no longer any need for a self hosted runner.
This commit is contained in:
per1234 2020-08-17 13:03:00 -07:00
parent ce58590c0e
commit fd2b03e286

View File

@ -20,7 +20,7 @@ jobs:
config:
- os: windows-2016
- os: ubuntu-latest
- os: turin-macmini # self-hosted macOS
- os: macos-latest
# - os: rsora-rpi-arm # self-hosted armhf
runs-on: ${{ matrix.config.os }}
timeout-minutes: 30