diff --git a/.github/nightly_matrix.php b/.github/nightly_matrix.php index 7c2797f249e..7bbbcc6e559 100644 --- a/.github/nightly_matrix.php +++ b/.github/nightly_matrix.php @@ -102,7 +102,7 @@ function get_macos_matrix_include(array $branches) { 'branch' => $branch, 'debug' => $debug, 'zts' => $zts, - 'os' => in_array($branch['name'], ['master', 'PHP-8.4'], true) ? '13' : '12', + 'os' => '13', 'arch' => 'X64', 'test_jit' => true, ];