Skip to content

Commit

Permalink
Fix wheel/gudhi/.dylibs/libgmpxx.4.dylib has a minimum target of 12.0…
Browse files Browse the repository at this point in the history
… error
  • Loading branch information
VincentRouvreau committed Apr 4, 2024
1 parent 54d3c23 commit a5c133e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: pip build osx
on: [push, pull_request]

env:
MACOSX_DEPLOYMENT_TARGET: 11.7
_PYTHON_HOST_PLATFORM: macosx-11.7-universal2
MACOSX_DEPLOYMENT_TARGET: 12.0
_PYTHON_HOST_PLATFORM: macosx-12.0-universal2
ARCHFLAGS: "-arch arm64 -arch x86_64"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pip-packaging-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [published]

env:
MACOSX_DEPLOYMENT_TARGET: 11.7
_PYTHON_HOST_PLATFORM: macosx-11.7-universal2
MACOSX_DEPLOYMENT_TARGET: 12.0
_PYTHON_HOST_PLATFORM: macosx-12.0-universal2
ARCHFLAGS: "-arch arm64 -arch x86_64"

jobs:
Expand Down

0 comments on commit a5c133e

Please sign in to comment.