CI: Disable m32 runs
This commit is contained in:
parent
750b5be5d3
commit
a9256d4758
|
|
@ -37,7 +37,8 @@ jobs:
|
||||||
compiler:
|
compiler:
|
||||||
- { cc: clang, cxx: clang++ }
|
- { cc: clang, cxx: clang++ }
|
||||||
- { cc: gcc, cxx: g++ }
|
- { cc: gcc, cxx: g++ }
|
||||||
m32: [0, 1]
|
# m32 1 is deprecated, not here to speed up regressions
|
||||||
|
m32: [0]
|
||||||
exclude:
|
exclude:
|
||||||
# Build pull requests only with ubuntu-22.04 and without m32
|
# Build pull requests only with ubuntu-22.04 and without m32
|
||||||
# - os: ${{ github.event_name == 'pull_request' && 'ubuntu-18.04' || 'do-not-exclude' }}
|
# - os: ${{ github.event_name == 'pull_request' && 'ubuntu-18.04' || 'do-not-exclude' }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue