Skip to content

Commit 3eab8b9

Browse files
committed
ci: Change cross builders
The mips platforms appears to have disappeared.
1 parent dcedb3b commit 3eab8b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ jobs:
3838
include:
3939
# 64-bit, big-endian
4040
- rust: stable
41-
target: mips64-unknown-linux-gnuabi64
42-
# 32-bit, big-endian
43-
- rust: stable
44-
target: mips-unknown-linux-gnu
41+
target: s390x-unknown-linux-gnu
4542
# 32-bit, little-endian
4643
- rust: stable
4744
target: i686-unknown-linux-gnu

0 commit comments

Comments
 (0)