Remove more macOS 14 case from shared extensions switch

Yeah. Copied by tab.
This commit is contained in:
Jerry Ma 2025-10-13 08:27:40 +08:00 committed by GitHub
parent f28a3cf5a3
commit 1bac06fe3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,7 +155,6 @@ if ($shared_extensions) {
switch ($argv[2] ?? null) {
case 'ubuntu-22.04':
case 'ubuntu-22.04-arm':
case 'macos-14':
case 'macos-15':
case 'macos-15-intel':
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';