Commit 82464b3 1 parent 3f26e60 commit 82464b3 Copy full SHA for 82464b3
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ jobs:
15
15
- platform : x86_64
16
16
manylinux : " 2_17"
17
17
extra_args : " "
18
+ runner : ubuntu-22.04
18
19
- platform : x86_64
19
20
manylinux : " 2_28"
20
21
extra_args : " --features fp16kernels"
22
+ runner : ubuntu-22.04
21
23
- platform : aarch64
22
24
manylinux : " 2_17"
23
25
extra_args : " "
26
+ runner : ubuntu-2404-4x-arm64
24
27
- platform : aarch64
25
28
manylinux : " 2_28"
26
29
extra_args : " --features fp16kernels"
27
- # We don't build fp16 kernels for aarch64, because it uses
28
- # cross compilation image, which doesn't have a new enough compiler.
29
- runs-on : " ubuntu-22.04"
30
+ runner : ubuntu-2404-4x-arm64
31
+ runs-on : ${{ matrix.config.runner }}
30
32
steps :
31
33
- uses : actions/checkout@v4
32
34
with :
You can’t perform that action at this time.
0 commit comments