Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- {os: "windows-latest", label: "windows-x86", platform: "auto", arch: "x86"}
- {os: "windows-latest", label: "windows-amd64", platform: "auto", arch: "AMD64"}
- {os: "windows-latest", label: "windows-arm64", platform: "auto", arch: "ARM64"}
- {os: "macOS-13", label: "macOS", platform: "auto", arch: "auto"}
- {os: "macos-latest", label: "macOS", platform: "auto", arch: "auto"}
- {os: "macOS-14", label: "macOS-arm64", platform: "auto", arch: "auto"}
- {os: "ubuntu-24.04-arm", label: "linux-arm64", platform: "auto", arch: "auto"}

Expand Down
Loading