mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
ci: ensure macos test jobs run on the right os version
This commit is contained in:
@@ -346,13 +346,14 @@ function getZigAgent(platform, options) {
|
||||
* @returns {Agent}
|
||||
*/
|
||||
function getTestAgent(platform, options) {
|
||||
const { os, arch } = platform;
|
||||
const { os, arch, release } = platform;
|
||||
|
||||
if (os === "darwin") {
|
||||
return {
|
||||
queue: `test-${os}`,
|
||||
os,
|
||||
arch,
|
||||
release,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user