Skip to content

Commit 4371086

Browse files
authored
fix
1 parent 70a01d2 commit 4371086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- if: matrix.os == 'macos-13'
4646
run: echo "SPC_BUILD_ARCH=x86" >> $GITHUB_ENV
4747

48-
- if: contains(matrix.os, "macos")
48+
- if: contains(matrix.os, 'macos')
4949
run: |
5050
brew install automake gzip
5151
echo "SPC_BUILD_OS=mac" >> $GITHUB_ENV

0 commit comments

Comments
 (0)