Skip to content

Commit

Permalink
.github: Add ARM64 CI (#376)
Browse files Browse the repository at this point in the history
* .github: Add ARM64 CI

* Add more ARM64 build

* Remove arm64 from 3.14-dev build
  • Loading branch information
corona10 authored Jan 22, 2025
1 parent 008b5e3 commit 1d9261a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ jobs:
fail-fast: false
matrix:
# Test all supported versions on Ubuntu:
os: [ubuntu-latest]
os: [ubuntu-latest, ubuntu-24.04-arm]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
experimental: [false]
build: ['']
include:
# As the experimental task for the dev version.
- os: ubuntu-latest
python: "3.13-dev"
python: "3.13"
experimental: true
build: 'free-threading'
- os: ubuntu-24.04-arm
python: "3.13"
experimental: true
build: 'free-threading'
- os: ubuntu-latest
Expand Down

0 comments on commit 1d9261a

Please sign in to comment.