Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# Linux x86_64
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
# Linux aarch64
- os: ubuntu-latest
# Linux aarch64 (native ARM64 runner to avoid ring cross-compilation issues)
- os: ubuntu-24.04-arm
target: aarch64-unknown-linux-gnu
# macOS x86_64
- os: macos-15-intel
Expand Down
Loading