Skip to content

Commit ae994a8

Browse files
author
Willem Leuverink
authored
Merge pull request #1 from gwleuverink/main
Fix mac x86 naming deviation
2 parents 54b9e1d + bd31c05 commit ae994a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-php.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ jobs:
8787
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-24.04-arm'
8888
run: echo "SPC_BUILD_ARCH=arm64" >> $GITHUB_ENV
8989

90-
- shell: bash
91-
if: matrix.os == 'macos-13'
92-
run: echo "SPC_BUILD_ARCH=x86" >> $GITHUB_ENV
93-
9490
- shell: bash
9591
if: contains(matrix.os, 'macos')
9692
run: |

0 commit comments

Comments
 (0)