Skip to content

Commit

Permalink
Build PyPy wheels for aarch64 macOS (#216)
Browse files Browse the repository at this point in the history
[PyPy 7.3.10](https://www.pypy.org/posts/2022/12/pypy-v7310-release.html)
released with arm64 macOS support
  • Loading branch information
messense authored Dec 13, 2022
1 parent 305de4a commit afb8f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
- os: macos
target: x86_64
pypy: true
- os: macos
target: aarch64
pypy: true
- os: windows
ls: dir
- os: windows
Expand Down

0 comments on commit afb8f34

Please sign in to comment.