Skip to content

Commit

Permalink
fix: macOS 12 has issue building with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli committed Feb 17, 2023
1 parent 206fcd7 commit 066cb37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ jobs:
poetry env info --path
cp -f {project}/check_c/runner $(poetry env info --path)/bin
LD_LIBRARY_PATH={project}/check_c/installed/lib64:$LD_LIBRARY_PATH poetry run runner
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET="12.0"
CIBW_ENVIRONMENT_MACOS: |
MACOSX_DEPLOYMENT_TARGET="12.0"
MACOS_DEPLOYMENT_TARGET="12.0"
SYSTEM_VERSION_COMPAT=0
- name: show temporary files
run: |
Expand Down

0 comments on commit 066cb37

Please sign in to comment.