Skip to content

Commit

Permalink
Update cirrus-deploy.yml (#4392)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 26, 2023
1 parent df720ba commit 5bf1979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintainer/ci/cirrus-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ linux_aarch64_wheel_task:
memory: 4G
env:
CIBW_BUILD: cp39-manylinux_* cp310-manylinux_* cp311-manylinux_* cp312-manylinux_*
CIBW_ARCHS: ARM64
CIBW_ARCHS: aarch64

build_script: |
apt install -y python3-venv python-is-python3
Expand All @@ -31,7 +31,7 @@ macos_arm64_wheel_task:
image: ghcr.io/cirruslabs/macos-monterey-xcode:14
env:
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
CIBW_ARCHS: ARM64
CIBW_ARCHS: arm64
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH

build_script: |
Expand Down

0 comments on commit 5bf1979

Please sign in to comment.