CI: Disable m32 runs

This commit is contained in:
Wilson Snyder 2023-09-25 11:28:44 -04:00
parent 750b5be5d3
commit a9256d4758

View File

@ -37,7 +37,8 @@ jobs:
compiler:
- { cc: clang, cxx: clang++ }
- { cc: gcc, cxx: g++ }
m32: [0, 1]
# m32 1 is deprecated, not here to speed up regressions
m32: [0]
exclude:
# Build pull requests only with ubuntu-22.04 and without m32
# - os: ${{ github.event_name == 'pull_request' && 'ubuntu-18.04' || 'do-not-exclude' }}