diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a29676..1bcdb33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,13 @@ jobs: cpu: amd64 TEST_LANG: c BACKEND: NO_ASM - - os: linux - cpu: i386 - TEST_LANG: c - BACKEND: NO_ASM + + # 32-bit CI failing with https://github.com/mratsim/constantine/issues/244 + # "E: Unable to correct problems, you have held broken packages."" + # - os: linux + # cpu: i386 + # TEST_LANG: c + # BACKEND: NO_ASM - os: linux cpu: amd64 TEST_LANG: c