Skip to content

Commit 5431927

Browse files
committed
Fix architecture
1 parent 8d14460 commit 5431927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/nightly_matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function get_macos_matrix_include(array $branches) {
101101
'debug' => $debug,
102102
'zts' => $zts,
103103
'os' => $branch === 'master' ? '13' : '12',
104-
'arch' => 'X32',
104+
'arch' => 'X64',
105105
];
106106
if($branch['name'] === 'master') {
107107
$jobs[] = [

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
matrix:
154154
include:
155155
- os: 13
156-
arch: X32
156+
arch: X64
157157
- os: 14
158158
arch: ARM64
159159
name: MACOS_${{ matrix.arch }}_DEBUG_NTS

0 commit comments

Comments
 (0)