From 0a9699e158b5f05a8b049e6d762b86e74cac5339 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 27 May 2026 16:23:19 -0500 Subject: [PATCH] chore: change from blacksmith to self-hosted runner for electron build --- .github/workflows/electron.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index acfb0b3e..849a876c 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -131,7 +131,8 @@ jobs: retention-days: 30 build-linux: - runs-on: blacksmith-4vcpu-ubuntu-2404 +# runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: self-hosted if: (github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'linux' || github.event.inputs.build_type == '') && github.event.inputs.artifact_destination != 'submit' permissions: contents: write @@ -688,7 +689,8 @@ jobs: retention-days: 30 submit-to-flatpak: - runs-on: blacksmith-4vcpu-ubuntu-2404 + # runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: self-hosted if: github.event.inputs.artifact_destination == 'submit' && (github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'linux' || github.event.inputs.build_type == '') needs: [] permissions: @@ -844,7 +846,8 @@ jobs: retention-days: 30 upload-to-release: - runs-on: blacksmith-4vcpu-ubuntu-2404 + # runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: self-hosted if: github.event.inputs.artifact_destination == 'release' needs: [build-windows, build-linux, build-macos] permissions: