CI: Disable m32 on g++

This commit is contained in:
Wilson Snyder 2023-05-23 22:24:47 -04:00
parent 5704552053
commit c8ca54ea31

View File

@ -39,9 +39,10 @@ jobs:
- os: ${{ github.event_name == 'pull_request' && 'ubuntu-18.04' || 'do-not-exclude' }}
- os: ${{ github.event_name == 'pull_request' && 'ubuntu-20.04' || 'do-not-exclude' }}
- m32: ${{ github.event_name == 'pull_request' && 1 || 'do-not-exclude' }}
# Build -m32 only on ubuntu-22.04
# Build -m32 only on ubuntu-22.04 clang++
- {os: ubuntu-18.04, m32: 1}
- {os: ubuntu-20.04, m32: 1}
- {cc: g++, m32: 1}
include:
# Build GCC 10 on ubuntu-20.04
- os: ubuntu-20.04