mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 13:19:05 +00:00
Merge pull request #5364 from YosysHQ/krys/gcc-14
Bump newest supported GCC
This commit is contained in:
commit
230855b3f9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-compile.yml
vendored
4
.github/workflows/test-compile.yml
vendored
|
@ -42,7 +42,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'
|
||||||
include:
|
include:
|
||||||
# macOS x86
|
# macOS x86
|
||||||
- os: macos-13
|
- os: macos-13
|
||||||
|
@ -81,7 +81,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue