From 62a7ec9b389959912b23392af11887aff53138a2 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 17 Jul 2023 10:02:53 -0600 Subject: [PATCH] MIPS got demoted to tier 3 so we can't CI it anymore. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index df8cd7b..a3c27de 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: