From 226d65482ca201b2a3a6fefa62336c04cae44cd3 Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Mon, 11 Sep 2023 16:56:04 +1000 Subject: [PATCH] ci: switch to powerpc64 for big endian test mips64 isn't available currently. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d0274338..2db6fe30 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -131,7 +131,7 @@ jobs: # A 32-bit target. - i686-unknown-linux-gnu # A big-endian target - - mips64-unknown-linux-gnuabi64 + - powerpc64-unknown-linux-gnu runs-on: ubuntu-latest steps: - uses: actions/checkout@v3