Skip to content

Commit

Permalink
ci: test x86_64 cross compilation on aarch64 macOS (#1294)
Browse files Browse the repository at this point in the history
Signed-off-by: rhysd <[email protected]>
  • Loading branch information
rhysd authored Jun 12, 2024
1 parent 9a60794 commit 2148126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: aarch64-apple-ios, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: aarch64-linux-android, os: ubuntu-latest }

Expand Down

0 comments on commit 2148126

Please sign in to comment.