Skip to content

Commit

Permalink
Merge pull request #263 from pyutils/add-mac13-wheels
Browse files Browse the repository at this point in the history
Ensure x86 and arm64 wheels are built for osx
  • Loading branch information
Erotemic committed Apr 28, 2024
2 parents ba937a5 + 2b44992 commit d9d9ad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
- macos-13
cibw_skip:
- '*-win32'
arch:
Expand Down Expand Up @@ -405,8 +406,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && ! startsWith(github.event.ref, 'refs/tags') && ! startsWith(github.event.ref, 'refs/heads/release')
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
Expand Down Expand Up @@ -479,8 +480,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags') || startsWith(github.event.ref, 'refs/heads/release'))
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit d9d9ad1

Please sign in to comment.