diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 488d20e81..96a5b8cd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,6 @@ jobs: - os: linux-gcc-14 # ubuntu-24.04, GCC 14 cpu: amd64 cc: gcc - - os: linux-gcc-14 # ubuntu-24.04, GCC 14 - cpu: i386 - cc: gcc - os: macos-15 cpu: arm64 cc: clang @@ -197,9 +194,6 @@ jobs: - os: linux-gcc-14 # ubuntu-24.04, GCC 14 cpu: amd64 cc: gcc - - os: linux-gcc-14 # ubuntu-24.04, GCC 14 - cpu: i386 - cc: gcc - os: macos-15 cpu: arm64 cc: clang