Skip to content

Commit

Permalink
Use powerpc-unknown-linux-gnu to test big-endian
Browse files Browse the repository at this point in the history
The mips64 target we used before has been demoted to tier 3:

rust-lang/rust#115218
  • Loading branch information
djc committed Oct 9, 2023
1 parent 519642b commit 9c98afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
target:
- aarch64-unknown-linux-gnu
- i686-unknown-linux-gnu
- mips64-unknown-linux-gnuabi64
- powerpc-unknown-linux-gnu
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 9c98afd

Please sign in to comment.