3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

test-compile: Drop back to gcc-13

This commit is contained in:
KrystalDelusion 2024-11-26 10:18:09 +13:00 committed by GitHub
parent 6ff5823d6a
commit 1e0e367aed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,9 +32,9 @@ jobs:
# oldest supported # oldest supported
- 'clang-14' - 'clang-14'
- 'gcc-10' - 'gcc-10'
# newest # newest, make sure to update maximum standard step to match
- 'clang-18' - 'clang-18'
- 'gcc-14' - 'gcc-13'
include: include:
# macOS # macOS
- os: macos-13 - os: macos-13
@ -72,7 +72,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-18' || matrix.compiler == 'gcc-14' }} if: ${{ matrix.compiler == 'clang-18' || matrix.compiler == 'gcc-13' }}
shell: bash shell: bash
run: | run: |
make config-$CC_SHORT make config-$CC_SHORT