From fd2b03e2866c9b0f0d876cbfd2796b688ca17194 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 17 Aug 2020 13:03:00 -0700 Subject: [PATCH] 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. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f14d38a1..93b77fbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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