Skip to content

Commit 93da64e

Browse files
alan-agius4dgp1130
authored andcommitted
Revert "ci: bump specs for e2e-package-managers"
This reverts commit 7217478.
1 parent 1ac5b1d commit 93da64e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ jobs:
160160
strategy:
161161
fail-fast: false
162162
matrix:
163-
# These tests can generate a significant amount of temp files, especially when
164-
# flaky targets are retried. The larger machine type comes with 2x more SSD space.
165-
os: [ubuntu-latest-4core]
163+
os: [ubuntu-latest]
166164
node: [22]
167165
subset: [yarn, pnpm]
168166
shard: [0, 1, 2]

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ jobs:
178178
strategy:
179179
fail-fast: false
180180
matrix:
181-
# These tests can generate a significant amount of temp files, especially when
182-
# flaky targets are retried. The larger machine type comes with 2x more SSD space.
183-
os: [ubuntu-latest-4core]
181+
os: [ubuntu-latest]
184182
node: [22]
185183
subset: [yarn, pnpm]
186184
shard: [0, 1, 2]

0 commit comments

Comments
 (0)