Skip to content

Commit 3df806d

Browse files
author
Jeff Whitaker
committed
revert previous commit
1 parent 7aee76d commit 3df806d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
8888
# make universal2 wheels on macos 10.15 by cross-compiling
8989
if [ "macos-10.15" == "${{ matrix.os }}" ]; then echo "PLAT=universal2" >> $GITHUB_ENV; fi
90-
if [ "macos-10.15" == "${{ matrix.os }}" ]; then echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV; fi
9190
- name: Setup Special Environment variables for aarch64
9291
if: startsWith(matrix.platform,'aarch64')
9392
run: |

0 commit comments

Comments
 (0)