mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 20:22:41 +00:00
CI: Disable m32 runs
This commit is contained in:
parent
750b5be5d3
commit
a9256d4758
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user