Skip to content

Commit

Permalink
Update build for OSX
Browse files Browse the repository at this point in the history
- Bump OSX build version
- Fix OSX 12 wheels
  • Loading branch information
virtuald committed Dec 18, 2023
1 parent 9ec10be commit c476a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
env:
RPYBUILD_PARALLEL: "1"
RPYBUILD_STRIP_LIBPYTHON: "1"
MACOSX_DEPLOYMENT_TARGET: "11.7"
MACOSX_DEPLOYMENT_TARGET: "12"
SCCACHE_GHA_ENABLED: "true"

- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions devtools/subproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def bdist_wheel(self, *, wheel_path: pathlib.Path, install: bool):
"linux_x86_64": "manylinux_2_35_x86_64",
# needed for compatibility with python compiled with older xcode
"macosx_11_0_x86_64": "macosx_10_16_x86_64",
"macosx_12_0_x86_64": "macosx_10_16_x86_64",
}

def _fix_wheel_name(self, name: str) -> str:
Expand Down

0 comments on commit c476a8a

Please sign in to comment.