From 1e95cfd5856830596ae9091bd2a2e79dee8b97b5 Mon Sep 17 00:00:00 2001 From: Horacio Herrera Date: Wed, 6 Mar 2024 12:28:13 +0100 Subject: [PATCH] increase node options --- .github/workflows/desktop-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index c07095764..3712db839 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -47,11 +47,11 @@ jobs: strategy: matrix: config: - - os: macos-latest-xl + - os: macos-latest arch: x64 goarch: amd64 daemon_name: x86_64-apple-darwin - - os: macos-latest-xl + - os: macos-latest arch: arm64 goarch: arm64 daemon_name: aarch64-apple-darwin @@ -119,6 +119,7 @@ jobs: run: | yarn desktop:make --arch=${{ matrix.config.arch }} env: + NODE_OPTIONS: --max_old_space_size=4096 APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}