Skip to content

Commit

Permalink
Merge pull request #386 from fruch/add_macos_13_wheels
Browse files Browse the repository at this point in the history
Add support for macos-15 wheels builds
  • Loading branch information
dkropachev authored Oct 29, 2024
2 parents 9e237e8 + f934f22 commit 059e10e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- os: macos-latest
platform: all

- os: macos-13
platform: all

- os: macos-latest
platform: PyPy

Expand Down Expand Up @@ -103,7 +106,7 @@ jobs:
- name: Overwrite for MacOs
if: runner.os == 'MacOs' && matrix.platform == 'all'
run: |
echo "CIBW_BUILD=cp37* cp38*" >> $GITHUB_ENV
echo "CIBW_BUILD=cp38* cp39* cp310* cp311* cp312*" >> $GITHUB_ENV
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
- name: Overwrite for MacOs PyPy
Expand Down

0 comments on commit 059e10e

Please sign in to comment.