Skip to content

Commit

Permalink
ci: switch to powerpc64 for big endian test
Browse files Browse the repository at this point in the history
mips64 isn't available currently.
  • Loading branch information
philipc committed Sep 11, 2023
1 parent 3947879 commit 226d654
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 @@ -131,7 +131,7 @@ jobs:
# A 32-bit target.
- i686-unknown-linux-gnu
# A big-endian target
- mips64-unknown-linux-gnuabi64
- powerpc64-unknown-linux-gnu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 226d654

Please sign in to comment.