Skip to content

Commit 1d9261a

Browse files
authored
.github: Add ARM64 CI (#376)
* .github: Add ARM64 CI * Add more ARM64 build * Remove arm64 from 3.14-dev build
1 parent 008b5e3 commit 1d9261a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# Test all supported versions on Ubuntu:
23-
os: [ubuntu-latest]
23+
os: [ubuntu-latest, ubuntu-24.04-arm]
2424
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
experimental: [false]
2626
build: ['']
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

0 commit comments

Comments
 (0)