Skip to content

Commit 5731ef1

Browse files
committed
1
1 parent 9fca4a7 commit 5731ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ jobs:
112112
run: |
113113
echo "CIBW_BUILD=cp39* cp310* cp311* cp312* cp313*" >> $GITHUB_ENV
114114
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
115-
if [ "${{ matrix.os }}" == "macos-13" ] then
115+
if [ "${{ matrix.os }}" == "macos-13" ]; then
116116
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV;
117117
echo "Enforcing target deployment for 13.0"
118-
elif [ "${{ matrix.os }}" == "macos-14" ] then
118+
elif [ "${{ matrix.os }}" == "macos-14" ]; then
119119
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV;
120120
echo "Enforcing target deployment for 14.0"
121121
else

0 commit comments

Comments
 (0)