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 2, 2023
1 parent f613f3c commit 8ddddc4
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 8ddddc4

Please sign in to comment.