mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +00:00
CI: Disable m32 on g++
This commit is contained in:
parent
d66e749ec8
commit
a301a498f5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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: g++, m32: 1}
|
||||
- {cc: gcc, m32: 1}
|
||||
include:
|
||||
# Build GCC 10 on ubuntu-20.04
|
||||
- os: ubuntu-20.04
|
||||
|
Loading…
Reference in New Issue
Block a user