Skip to content

Commit

Permalink
Merge pull request #219 from keenon/fix_mac_wheels_workflow
Browse files Browse the repository at this point in the history
Update to current MacOSX version in wheels build script
  • Loading branch information
nickbianco authored Sep 9, 2024
2 parents 7dbed6b + f5f3fb4 commit af61a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_x86_mac_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Publish artifact
uses: actions/upload-artifact@v2
with:
name: nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_10_9_x86_64.whl
path: wheelhouse/nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_10_9_x86_64.whl
name: nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_12_0_x86_64.whl
path: wheelhouse/nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_12_0_x86_64.whl
publish:
name: Publish to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit af61a7d

Please sign in to comment.