Skip to content

Commit e1c5580

Browse files
authored
Update build.yml
1 parent 8e1b8ae commit e1c5580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
shell: bash # For ~ expansion
6363
env:
6464
CIBW_BUILD: ${{ matrix.cibw_build }}
65+
CIBW_ENVIRONMENT_OVERRIDES: ${{ runner.os == 'Darwin' && 'cp31[3-9]-*: MACOSX_DEPLOYMENT_TARGET=10.15' || '' }}
6566
- name: Upload wheels as artifacts
6667
uses: actions/upload-artifact@v4
6768
with:

0 commit comments

Comments
 (0)