File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,19 @@ jobs:
1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
17- os : [ubuntu-latest, macos-13, macos-14 ]
17+ os : [ubuntu-latest]
1818
1919 steps :
2020 - uses : actions/checkout@v4
2121 with :
2222 submodules : recursive
2323
2424 - name : Build wheels
25- uses : pypa/cibuildwheel@v2.16
25+ uses : pypa/cibuildwheel@v2.22
2626 env :
2727 CIBW_BUILD : cp38-* cp39-* cp310-* cp311-* cp312-*
2828 CIBW_SKIP : " *-musllinux_* *-win32 *-manylinux_i686"
2929 CIBW_ARCHS_LINUX : x86_64
30- CIBW_ARCHS_MACOS : x86_64 arm64
3130 CIBW_BEFORE_ALL_LINUX : >
3231 sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* &&
3332 sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* &&
You can’t perform that action at this time.
0 commit comments