mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-08 18:11:00 +00:00
Bump CI to use gcc-16 as latest compiler
This commit is contained in:
parent
a599999d1f
commit
4124649b1b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-compile.yml
vendored
4
.github/workflows/test-compile.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- 'gcc-11'
|
- 'gcc-11'
|
||||||
# newest, make sure to update maximum standard step to match
|
# newest, make sure to update maximum standard step to match
|
||||||
- 'clang-22'
|
- 'clang-22'
|
||||||
- 'gcc-15'
|
- 'gcc-16'
|
||||||
include:
|
include:
|
||||||
# macOS x86
|
# macOS x86
|
||||||
- os: macos-15-intel
|
- os: macos-15-intel
|
||||||
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
|
|
||||||
# maximum standard, only on newest compilers
|
# maximum standard, only on newest compilers
|
||||||
- name: Build C++26
|
- name: Build C++26
|
||||||
if: ${{ matrix.compiler == 'clang-22' || matrix.compiler == 'gcc-15' }}
|
if: ${{ matrix.compiler == 'clang-22' || matrix.compiler == 'gcc-16' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue