Commit e300489
committed
ci: switch mac runners from namespace to GitHub runners (#1432)
## Summary
- The `namespace-profile-mac-default` runner resources are exhausted and frequently queued, causing CI delays.
- Switch all 5 occurrences in `.github/workflows/ci.yml` to `macos-latest` (Apple Silicon, matches the `aarch64-apple-darwin` target and `release.yml` convention).
## Test plan
- [ ] Verify `test`, `cli-e2e-test`, and sharded test jobs run on `macos-latest`
- [ ] Confirm Mac jobs are no longer queued waiting for namespace runners1 parent dc53eb3 commit e300489
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| |||
0 commit comments