CI: Disable m32 on g++

This commit is contained in:
Wilson Snyder 2023-05-23 22:28:40 -04:00
parent a301a498f5
commit 542eaab3dd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
# Build -m32 only on ubuntu-22.04 clang++
- {os: ubuntu-18.04, m32: 1}
- {os: ubuntu-20.04, m32: 1}
- {cc: gcc, m32: 1}
- {compiler: gcc, m32: 1}
include:
# Build GCC 10 on ubuntu-20.04
- os: ubuntu-20.04