File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments