File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- platform : ["ubuntu-latest "]
17
+ platform : ["ubuntu-24.04-arm "]
18
18
python-version : ["3.11", "3.12", "3.13"]
19
19
20
20
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
build_sdist :
17
17
name : Build SDist
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-24.04-arm
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
with :
@@ -42,19 +42,14 @@ jobs:
42
42
strategy :
43
43
fail-fast : false
44
44
matrix :
45
- os : ["ubuntu-latest "]
45
+ os : ["ubuntu-24.04-arm "]
46
46
arch_linux : ["aarch64"]
47
47
steps :
48
48
- uses : actions/checkout@v4
49
49
with :
50
50
submodules : true
51
51
fetch-depth : 0
52
52
53
- - name : Set up QEMU
54
- uses : docker/setup-qemu-action@v3
55
- with :
56
- platforms : all
57
-
58
53
59
54
env :
60
55
CIBW_ARCHS_LINUX : ${{ matrix.arch_linux }}
You can’t perform that action at this time.
0 commit comments