3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 13:28:59 +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' - 'gcc-10'
# 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-14' - 'gcc-14'
- 'gcc-15'
include: include:
# macOS # macOS
- os: macos-13 - os: macos-13
@ -71,7 +69,7 @@ jobs:
# maximum standard, only on newest compilers # maximum standard, only on newest compilers
- name: Build C++20 - name: Build C++20
if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-13' }} if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-14' }}
shell: bash shell: bash
run: | run: |
make config-$CC_SHORT make config-$CC_SHORT