File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
runs-on : ${{ matrix.os }}
129
129
strategy :
130
130
matrix :
131
- os : [ubuntu-20.04, windows-2019, macOS-11 ]
131
+ os : [ubuntu-20.04, windows-2019, macos-12, macos-latest ]
132
132
133
133
steps :
134
134
- uses : actions/checkout@v3
@@ -164,8 +164,8 @@ jobs:
164
164
uses : pypa/cibuildwheel@v2.20.0
165
165
# to supply options, put them in 'env', like:
166
166
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
169
169
CIBW_ARCHS_LINUX : auto aarch64
170
170
CIBW_BUILD_VERBOSITY : 3
171
171
REQUIRE_CYTHON : 1
You can’t perform that action at this time.
0 commit comments