diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index 29bba86f..da8fa3ca 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -41,9 +41,9 @@ jobs: wheels-macos: runs-on: macos-latest strategy: + fail-fast: false matrix: - # target: [aarch64, x86_64] - target: [x86_64] + target: [aarch64, x86_64] steps: - uses: actions/checkout@v4 @@ -53,9 +53,13 @@ jobs: # default one. Apparently maturin doesn't find all Python versions # when one chooses a PyPy version instead of CPython as default python-version: | + pypy3.7 pypy3.8 pypy3.9 pypy3.10 + 3.7 + 3.8 + 3.9 3.11 3.12 3.10