Skip to content

Commit 35be6b5

Browse files
committed
allow ubuntu-24
1 parent 9544589 commit 35be6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ async function getPlatform(
227227
}
228228
return 'binary-macos-12';
229229
}
230-
if (type === 'Linux' && majorVersion === 22) {
230+
if (type === 'Linux' && (majorVersion === 22 || majorVersion === 24)) {
231231
return 'binary-linux-22';
232232
}
233233
} else {

0 commit comments

Comments
 (0)