Skip to content

Commit

Permalink
another go
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Sep 18, 2023
1 parent 7321456 commit a3d79f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
path: ./wheelhouse/*.whl

build_wheels_macos:
name: MacOS wheel cp${{ matrix.python }}-${{ matrix.platform_id }}
runs-on: ${{ matrix.os }}
name: MacOS wheel
runs-on: macos-latest
strategy:
# If one of the jobs fails, continue with the others.
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ test-extras = "test"
test-command = "bash {project}/tools/build_tools/test_wheel.sh {project}"

[tool.cibuildwheel.linux]
archs = ["x86"]
archs = ["x86_64", "aarch64"]

[tool.cibuildwheel.windows]
archs = ["amd64", "x86"]
Expand Down

0 comments on commit a3d79f0

Please sign in to comment.