diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index 0db729760b..e3644a9df8 100755 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -534,7 +534,7 @@ function getTestBunStep(platform, options = {}) { } const depends = []; - if (dryRun && !isMacOS) { + if (dryRun && os !== "darwin") { depends.push(`${getImageKey(platform)}-build-image`); } if (!buildId) {