Skip to content

Commit

Permalink
Update build platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 24, 2024
1 parent dbfb7c7 commit eb24dda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13",
"pypy-3.9",
]
platform:
[
{
os: "macos-latest",
python-architecture: "x64",
rust-target: "x86_64-apple-darwin",
python-architecture: "arm64",
rust-target: "aarch64-apple-darwin",
},
{
os: "ubuntu-latest",
Expand Down

0 comments on commit eb24dda

Please sign in to comment.