Skip to content

Commit

Permalink
ci: Change cross builders
Browse files Browse the repository at this point in the history
The mips platforms appears to have disappeared.
  • Loading branch information
bluss committed Aug 20, 2024
1 parent dcedb3b commit 3eab8b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
include:
# 64-bit, big-endian
- rust: stable
target: mips64-unknown-linux-gnuabi64
# 32-bit, big-endian
- rust: stable
target: mips-unknown-linux-gnu
target: s390x-unknown-linux-gnu
# 32-bit, little-endian
- rust: stable
target: i686-unknown-linux-gnu
Expand Down

0 comments on commit 3eab8b9

Please sign in to comment.