3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-04 08:39:58 +00:00

test-compile: gcc-14 as newest

This commit is contained in:
Krystine Sherwin 2025-03-28 10:31:06 +13:00
parent 7b23e3afa2
commit f2d7833b2b
No known key found for this signature in database

View file

@ -34,9 +34,7 @@ jobs:
- 'gcc-10'
# newest, make sure to update maximum standard step to match
- 'clang-19'
- 'gcc-13'
- 'gcc-14'
- 'gcc-15'
include:
# macOS
- os: macos-13
@ -71,7 +69,7 @@ jobs:
# maximum standard, only on newest compilers
- name: Build C++20
if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-13' }}
if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-14' }}
shell: bash
run: |
make config-$CC_SHORT