File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments