Skip to content

Commit 1bac06f

Browse files
authored
Remove more macOS 14 case from shared extensions switch
Yeah. Copied by tab.
1 parent f28a3cf commit 1bac06f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/globals/test-extensions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ function quote2(string $param): string
155155
switch ($argv[2] ?? null) {
156156
case 'ubuntu-22.04':
157157
case 'ubuntu-22.04-arm':
158-
case 'macos-14':
159158
case 'macos-15':
160159
case 'macos-15-intel':
161160
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';

0 commit comments

Comments
 (0)