Skip to content

Commit

Permalink
Use PowerPC instead of MIPS for big endian cross tests as it is still…
Browse files Browse the repository at this point in the history
… tier 2 whereas MIPS is now tier 3.
  • Loading branch information
adamreichold committed Dec 3, 2023
1 parent 7330141 commit 8e72e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
include:
- rust: stable
target: mips-unknown-linux-gnu
target: powerpc-unknown-linux-gnu
- rust: stable
target: i686-unknown-linux-gnu

Expand Down

0 comments on commit 8e72e33

Please sign in to comment.