3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

test-compile: Test newer GCC

This commit is contained in:
Krystine Sherwin 2025-03-27 11:18:41 +13:00
parent b9131853ff
commit 7b23e3afa2
No known key found for this signature in database

View file

@ -35,6 +35,8 @@ jobs:
# newest, make sure to update maximum standard step to match # newest, make sure to update maximum standard step to match
- 'clang-19' - 'clang-19'
- 'gcc-13' - 'gcc-13'
- 'gcc-14'
- 'gcc-15'
include: include:
# macOS # macOS
- os: macos-13 - os: macos-13