Skip to content

Commit 8c8ca32

Browse files
authored
CI: replace MIPS cross tests with PPC32 (#372)
1 parent 1308930 commit 8c8ca32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# TODO: add Android tests back when the cross cuts a new release.
141141
# See: https://github.com/cross-rs/cross/issues/1222
142142
# aarch64-linux-android,
143-
mips-unknown-linux-gnu,
143+
powerpc-unknown-linux-gnu,
144144
wasm32-unknown-emscripten,
145145
]
146146
steps:

0 commit comments

Comments
 (0)