Skip to content

Commit e693d30

Browse files
committed
Use version to compare in nightly_matrix.php
1 parent 5431927 commit e693d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/nightly_matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function get_macos_matrix_include(array $branches) {
103103
'os' => $branch === 'master' ? '13' : '12',
104104
'arch' => 'X64',
105105
];
106-
if($branch['name'] === 'master') {
106+
if($branch['version']['minor'] === 4) {
107107
$jobs[] = [
108108
'branch' => $branch,
109109
'debug' => $debug,

0 commit comments

Comments
 (0)