avoid compiling for 32b in ci

This commit is contained in:
Ivan FB 2026-03-30 01:07:38 +02:00
parent cf248b4da4
commit 374f909a6c
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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