Skip to content

Commit

Permalink
CIBW: bump OSX to 10.15
Browse files Browse the repository at this point in the history
for fs::path
  • Loading branch information
breznak committed Jun 1, 2020
1 parent 0a4d998 commit 5b3ea73
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 5b3ea73

Please sign in to comment.