From f5ee275798eb2fb6611d584604066f93a71f7a9f Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sun, 23 Mar 2025 19:18:12 -0400 Subject: temporarily remove ppc64le from targets --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 453e579..a65bc32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,9 +40,9 @@ jobs: system: x86_64-linux target: armv7l-unknown-linux-gnueabihf - - os: ubuntu-latest - system: x86_64-linux - target: powerpc64le-unknown-linux-gnu + # - os: ubuntu-latest + # system: x86_64-linux + # target: powerpc64le-unknown-linux-gnu - os: ubuntu-latest system: x86_64-linux -- cgit v1.2.3