Skip to content

Commit e300489

Browse files
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 runners
1 parent dc53eb3 commit e300489

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
target: x86_64-unknown-linux-gnu
7777
- os: windows-latest
7878
target: x86_64-pc-windows-msvc
79-
- os: namespace-profile-mac-default
79+
- os: macos-latest
8080
target: aarch64-apple-darwin
8181
runs-on: ${{ matrix.os }}
8282
steps:
@@ -200,7 +200,7 @@ jobs:
200200
include:
201201
- os: namespace-profile-linux-x64-default
202202
target: x86_64-unknown-linux-gnu
203-
- os: namespace-profile-mac-default
203+
- os: macos-latest
204204
target: aarch64-apple-darwin
205205
- os: windows-latest
206206
target: x86_64-pc-windows-msvc
@@ -614,15 +614,15 @@ jobs:
614614
target: x86_64-unknown-linux-gnu
615615
shard: 3
616616
shardTotal: 3
617-
- os: namespace-profile-mac-default
617+
- os: macos-latest
618618
target: aarch64-apple-darwin
619619
shard: 1
620620
shardTotal: 3
621-
- os: namespace-profile-mac-default
621+
- os: macos-latest
622622
target: aarch64-apple-darwin
623623
shard: 2
624624
shardTotal: 3
625-
- os: namespace-profile-mac-default
625+
- os: macos-latest
626626
target: aarch64-apple-darwin
627627
shard: 3
628628
shardTotal: 3

0 commit comments

Comments
 (0)