Skip to content

Commit

Permalink
try to get x86 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jun 8, 2024
1 parent 60ea875 commit 8b75e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: brew install gfortran
if: ${{ matrix.os == 'macos-14' }}
- uses: pypa/cibuildwheel@v2.18.1
env:
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.os == 'macos-12' && '10.14' || '14.0' }}"
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ skip = "pp* *-win32 *-musllinux_* *-manylinux_i686"
test-command = "SPS_HOME={project}/src/fsps/libfsps python {project}/tests/simple.py"
environment = { SPS_HOME = "$(pwd)/src/fsps/libfsps" }

# Needed for full C++17 support
[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "14.0"

[tool.black]
target-version = ["py38", "py39"]
line-length = 88
Expand Down

0 comments on commit 8b75e95

Please sign in to comment.