Skip to content

Commit

Permalink
Merge pull request #816 from htm-community/pypi_cibuildwheel
Browse files Browse the repository at this point in the history
CIBW: bump OSX to 10.15
  • Loading branch information
breznak authored Jun 1, 2020
2 parents 882219e + 5b3ea73 commit 342d716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
# build using the manylinux2014 image
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
MACOSX_DEPLOYMENT_TARGET: "10.14" #for C++17 compatibility in OSX, see https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
MACOSX_DEPLOYMENT_TARGET: "10.15" #for C++17 compatibility in OSX, see https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 342d716

Please sign in to comment.