Commit 80edaa6
committed
fix: Use 4-core runners for test-cargo-unit to resolve disk space issues
The test-cargo-unit job was failing with "No space left on device" errors
during Rust compilation. Switching to ubuntu-latest-4-cores provides:
- More disk space (~14GB vs ~4GB)
- More memory (16GB vs 7GB)
- More CPU cores (4 vs 2)
This targets only the problematic job without affecting other workflows.1 parent aae35d4 commit 80edaa6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments