From f13378588fd44bcd47bae1ca0e5158193bc5ccad Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:47:42 -0700 Subject: [PATCH] Use larger windows runner in CI --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8d2b594ea..82c46e1bf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,7 @@ jobs: windows: needs: lint - runs-on: windows-latest + runs-on: windows-latest-8-cores timeout-minutes: 30 steps: @@ -273,18 +273,10 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - - name: Cache .electron-gyp - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 - with: - path: ${{ env.SCCACHE_PATH }}\.electron-gyp - key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} - - - run: pnpm install -g node-gyp@10.0.1 - name: Install Desktop node_modules run: pnpm install env: - CHILD_CONCURRENCY: 1 NPM_CONFIG_LOGLEVEL: verbose - run: pnpm run generate @@ -321,6 +313,7 @@ jobs: - run: pnpm run test-electron env: ARTIFACTS_DIR: artifacts/windows + WORKER_COUNT: 4 timeout-minutes: 5 - run: pnpm run test-release env: