From f48275e0ccfb09a429fcad6bcedc436fef3af3c0 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sat, 25 Oct 2025 00:09:41 -0500 Subject: [PATCH] fix: ChaNge platform for upload to release --- .github/workflows/electron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 70b9469f..e66a62e6 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -409,7 +409,7 @@ jobs: security delete-keychain $RUNNER_TEMP/app-signing.keychain-db || true upload-to-release: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 if: github.event.inputs.artifact_destination == 'release' needs: [build-windows, build-linux, build-macos] permissions: