Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 28, 2024
1 parent 2b3fe83 commit ffee633
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@ jobs:
CIBW_BUILD: cp39-manylinux_aarch64
run: python -m cibuildwheel --output-dir wheelhouse

- name: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: brew install gsl fftw

# Build wheels for macOS (with Apple Silicon support)
- name: Build wheels for macOS
if: matrix.os == 'macos-latest'
env:
CIBW_ARCHS: "x86_64 arm64"
CIBW_BUILD: cp39-macosx_11_0_arm64
run: python -m cibuildwheel --output-dir wheelhouse

# Build wheels for Windows (default)
Expand Down

0 comments on commit ffee633

Please sign in to comment.