File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,13 @@ jobs:
5151
5252 build_wheel_linux_aarch64_manylinux :
5353 name : Build wheels on Linux (aarch64/manylinux)
54- runs-on : ubuntu-20.04
55- if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
54+ runs-on : ubuntu-22.04-arm
5655 steps :
5756 - uses : actions/checkout@v4
5857 with :
5958 submodules : true
6059 fetch-depth : 0
6160
62- - name : Set up QEMU
63- id : qemu
64- uses : docker/setup-qemu-action@v3
65-
6661 - name : Build wheels (manylinux)
67626863 env :
@@ -77,18 +72,13 @@ jobs:
7772
7873 build_wheel_linux_aarch64_musllinux :
7974 name : Build wheels on Linux (aarch64/musllinux)
80- runs-on : ubuntu-20.04
81- if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
75+ runs-on : ubuntu-22.04-arm
8276 steps :
8377 - uses : actions/checkout@v4
8478 with :
8579 submodules : true
8680 fetch-depth : 0
8781
88- - name : Set up QEMU
89- id : qemu
90- uses : docker/setup-qemu-action@v3
91-
9282 - name : Build wheels (musllinux)
93839484 env :
You can’t perform that action at this time.
0 commit comments