Skip to content

Commit

Permalink
stop using MIPS for big-endian testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Sep 10, 2023
1 parent cd4b314 commit f22d66b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ jobs:
- i686-unknown-linux-musl
- armv7-unknown-linux-gnueabihf
- aarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
# Big-endian targets. See https://twitter.com/burntsushi5/status/1695483429997945092.
- powerpc64-unknown-linux-gnu
- s390x-unknown-linux-gnu

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f22d66b

Please sign in to comment.