CI: Disable m32 runs
This commit is contained in:
parent
60e9827ffe
commit
d2c72a7f21
|
@ -108,7 +108,7 @@ jobs:
|
||||||
compiler:
|
compiler:
|
||||||
- { cc: clang, cxx: clang++ }
|
- { cc: clang, cxx: clang++ }
|
||||||
- { cc: gcc, cxx: g++ }
|
- { cc: gcc, cxx: g++ }
|
||||||
m32: [0, 1]
|
m32: [0]
|
||||||
suite: [dist-vlt-0, dist-vlt-1, dist-vlt-2, vltmt-0, vltmt-1]
|
suite: [dist-vlt-0, dist-vlt-1, dist-vlt-2, vltmt-0, vltmt-1]
|
||||||
exclude:
|
exclude:
|
||||||
# Build pull requests only with ubuntu-22.04 and without m32
|
# Build pull requests only with ubuntu-22.04 and without m32
|
||||||
|
|
Loading…
Reference in New Issue