Skip to content

Commit

Permalink
ci: try adding macos
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 14, 2024
1 parent f161184 commit 141f886
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13]

steps:
- uses: actions/checkout@v4
Expand All @@ -18,8 +18,9 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: "x86_64"
CIBW_SKIP: "pp* *musllinux*"
CIBW_SKIP_LINUX: "pp* *musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw3-devel
CIBW_BEFORE_ALL_MACOS: brew install fftw

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 141f886

Please sign in to comment.