We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d14460 commit 5431927Copy full SHA for 5431927
.github/nightly_matrix.php
@@ -101,7 +101,7 @@ function get_macos_matrix_include(array $branches) {
101
'debug' => $debug,
102
'zts' => $zts,
103
'os' => $branch === 'master' ? '13' : '12',
104
- 'arch' => 'X32',
+ 'arch' => 'X64',
105
];
106
if($branch['name'] === 'master') {
107
$jobs[] = [
.github/workflows/push.yml
@@ -153,7 +153,7 @@ jobs:
153
matrix:
154
include:
155
- os: 13
156
- arch: X32
+ arch: X64
157
- os: 14
158
arch: ARM64
159
name: MACOS_${{ matrix.arch }}_DEBUG_NTS
0 commit comments