Skip to content

Commit ce86f66

Browse files
committed
Use powerpc-unknown-linux-gnu to test big-endian
The mips64 target we used before has been demoted to tier 3: rust-lang/rust#115218
1 parent daa62de commit ce86f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
target:
3737
- aarch64-unknown-linux-gnu
3838
- i686-unknown-linux-gnu
39-
- mips64-unknown-linux-gnuabi64
39+
- powerpc-unknown-linux-gnu
4040
steps:
4141
- uses: actions/checkout@v1
4242
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)