Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0df2ce0

Browse filesBrowse 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
Copy full SHA for 0df2ce0

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.