ci: use available macOS release runner · openclaw/openclaw@c45a7d7
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -162,6 +162,13 @@ describe("scripts/openclaw-cross-os-release-checks", () => {
|
162 | 162 | lane: "fresh", |
163 | 163 | }), |
164 | 164 | ); |
| 165 | +expect(matrix.include).toContainEqual( |
| 166 | +expect.objectContaining({ |
| 167 | +os_id: "macos", |
| 168 | +runner: "blacksmith-6vcpu-macos-latest", |
| 169 | +suite: "packaged-fresh", |
| 170 | +}), |
| 171 | +); |
165 | 172 | }); |
166 | 173 | |
167 | 174 | it("can rebuild the Windows PATH with or without current-process entries", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。