Skip to content

Commit

Permalink
fix typo in macOS aarch64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored May 10, 2024
1 parent 28473e0 commit 1eb395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: macos-12
target: x86_64-apple-darwin
- os: macos-12
target: arch64-apple-darwin
target: aarch64-apple-darwin
- os: windows-2022
target: x86_64-pc-windows-msvc
- os: windows-2022
Expand Down

0 comments on commit 1eb395a

Please sign in to comment.