mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 03:33:36 +00:00
test-compile: Test newer GCC
This commit is contained in:
parent
b9131853ff
commit
7b23e3afa2
2
.github/workflows/test-compile.yml
vendored
2
.github/workflows/test-compile.yml
vendored
|
@ -35,6 +35,8 @@ jobs:
|
|||
# newest, make sure to update maximum standard step to match
|
||||
- 'clang-19'
|
||||
- 'gcc-13'
|
||||
- 'gcc-14'
|
||||
- 'gcc-15'
|
||||
include:
|
||||
# macOS
|
||||
- os: macos-13
|
||||
|
|
Loading…
Reference in a new issue