mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:10:51 +00:00
ci: use available macOS release runner
This commit is contained in:
@@ -162,6 +162,13 @@ describe("scripts/openclaw-cross-os-release-checks", () => {
|
||||
lane: "fresh",
|
||||
}),
|
||||
);
|
||||
expect(matrix.include).toContainEqual(
|
||||
expect.objectContaining({
|
||||
os_id: "macos",
|
||||
runner: "blacksmith-6vcpu-macos-latest",
|
||||
suite: "packaged-fresh",
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
||||
it("can rebuild the Windows PATH with or without current-process entries", () => {
|
||||
|
||||
Reference in New Issue
Block a user