From f6498f8d6b72c2a2fa94079958319e723fd04a04 Mon Sep 17 00:00:00 2001 From: Jan Martin Date: Fri, 14 Nov 2025 11:31:08 -0800 Subject: [PATCH] ci: bump specs for e2e-package-managers --- .github/workflows/ci.yml | 4 +++- .github/workflows/pr.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc0509ca57cb..7792dd2a967e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + # These tests can generate a significant amount of temp files, especially when + # flaky targets are retried. The larger machine type comes with 2x more SSD space. + os: [ubuntu-latest-4core] node: [22] subset: [yarn, pnpm] shard: [0, 1, 2] diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 15c670e53017..7682e06f19ae 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -178,7 +178,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + # These tests can generate a significant amount of temp files, especially when + # flaky targets are retried. The larger machine type comes with 2x more SSD space. + os: [ubuntu-latest-4core] node: [22] subset: [yarn, pnpm] shard: [0, 1, 2]