Skip to content

Commit eed7e3a

Browse files
authored
Update javascriptcore.js (#67)
1 parent 09a20f3 commit eed7e3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engines/javascriptcore.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ async function getMacBuilder() {
4141
return 368;
4242
case 'sonoma':
4343
return 938;
44+
case 'sequoia':
45+
return 1123;
4446
default:
4547
throw new Error(`Unsupported macOS release: ${name}`);
4648
}

0 commit comments

Comments
 (0)