Skip to content

Commit

Permalink
Use correct architecture string for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Feb 4, 2024
1 parent d5a2a61 commit d9fe8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12.0"]
platform: [
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
{ os: "macOS-14", python-architecture: "aarch64", rust-target: "aarch64-apple-darwin" },
{ os: "macOS-14", python-architecture: "arm64", rust-target: "aarch64-apple-darwin" },
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
]
Expand Down

0 comments on commit d9fe8fd

Please sign in to comment.