Skip to content

Commit 0df2ce0

Browse files
devbanuAlex Ciobanubdraco
authored
feat: enable building of arm64 macOS builds (#1384)
Co-authored-by: Alex Ciobanu <alex@rogue-research.com> Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 764bdab commit 0df2ce0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ${{ matrix.os }}
129129
strategy:
130130
matrix:
131-
os: [ubuntu-20.04, windows-2019, macOS-11]
131+
os: [ubuntu-20.04, windows-2019, macos-12, macos-latest]
132132

133133
steps:
134134
- uses: actions/checkout@v3
@@ -164,8 +164,8 @@ jobs:
164164
uses: pypa/cibuildwheel@v2.20.0
165165
# to supply options, put them in 'env', like:
166166
env:
167-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64
168-
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
167+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 cp38-*_arm64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64
168+
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
169169
CIBW_ARCHS_LINUX: auto aarch64
170170
CIBW_BUILD_VERBOSITY: 3
171171
REQUIRE_CYTHON: 1

0 commit comments

Comments
 (0)