Skip to content

Commit

Permalink
Run tests on GitHub hosted arm64 Linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 18, 2025
1 parent ad5f6d4 commit e8ced46
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
python-architecture: "x64",
rust-target: "x86_64-unknown-linux-gnu",
},
{
os: "ubuntu-24.04-arm",
python-architecture: "arm64",
rust-target: "aarch64-unknown-linux-gnu",
},
{
os: "ubuntu-latest",
python-architecture: "x64",
Expand Down Expand Up @@ -193,6 +198,11 @@ jobs:
python-architecture: "x64",
rust-target: "x86_64-unknown-linux-gnu",
},
{
os: "ubuntu-24.04-arm",
python-architecture: "arm64",
rust-target: "aarch64-unknown-linux-gnu",
},
{
os: "windows-latest",
python-architecture: "x64",
Expand Down Expand Up @@ -348,6 +358,15 @@ jobs:
python-architecture: "x64",
rust-target: "x86_64-apple-darwin",
}
# arm64 Linux runner is in public preview, so test 3.13 on it
- rust: stable
python-version: "3.13"
platform:
{
os: "ubuntu-24.04-arm",
python-architecture: "arm64",
rust-target: "aarch64-unknown-linux-gnu",
}

exclude:
# ubuntu-latest (24.04) no longer supports 3.7
Expand Down

0 comments on commit e8ced46

Please sign in to comment.