Skip to content

Commit 70a01d2

Browse files
authored
fix
1 parent 8db281a commit 70a01d2

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('macos', matrix.os)
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)