Skip to content

Commit 62239c7

Browse files
committed
Set a lower macOS wheel deployment target.
1 parent fac91c3 commit 62239c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686

8787
runs-on: ${{ matrix.os }}
8888

89+
env:
90+
MACOSX_DEPLOYMENT_TARGET: 10.14
91+
8992
steps:
9093
- uses: actions/checkout@v3
9194

0 commit comments

Comments
 (0)