mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
MIPS got demoted to tier 3 so we can't CI it anymore.
This commit is contained in:
parent
1ed1aaecf9
commit
62a7ec9b38
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -46,8 +46,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
# note: the mips targets are here so that we have big-endian coverage (both 32bit and 64bit)
|
||||
target: [i686-unknown-linux-gnu, mips-unknown-linux-gnu, mips64-unknown-linux-gnuabi64]
|
||||
# we once had mips runners for Big-endian coverage but those got demoted to tier 3.
|
||||
target: [i686-unknown-linux-gnu]
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user