Skip to content

Commit 7a47e0c

Browse files
committed
Add more ARM64 build
1 parent e268ccb commit 7a47e0c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,27 @@ jobs:
2727
include:
2828
# As the experimental task for the dev version.
2929
- os: ubuntu-latest
30-
python: "3.13-dev"
30+
python: "3.13"
31+
experimental: true
32+
build: 'free-threading'
33+
- os: ubuntu-24.04-arm
34+
python: "3.13"
3135
experimental: true
3236
build: 'free-threading'
3337
- os: ubuntu-latest
3438
python: "3.14-dev"
3539
experimental: true
40+
- os: ubuntu-24.04-arm
41+
python: "3.14-dev"
42+
experimental: true
3643
- os: ubuntu-latest
3744
python: "3.14-dev"
3845
experimental: true
3946
build: 'free-threading'
47+
- os: ubuntu-24.04-arm
48+
python: "3.14-dev"
49+
experimental: true
50+
build: 'free-threading'
4051
# Also test PyPy, macOS, and Windows:
4152
- os: ubuntu-latest
4253
python: pypy-3.10

0 commit comments

Comments
 (0)