[ci] now change to use gcc-11 build image

This commit is contained in:
tangxifan 2023-11-13 21:13:42 -08:00
parent 32772d1bd9
commit e94e7c7c75
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ jobs:
run: ccache -s
- name: Upload artifact
uses: actions/upload-artifact@v2
if: ${{ matrix.config.cc == 'gcc-8'}}
if: ${{ matrix.config.cc == 'gcc-11'}}
with:
name: openfpga
path: |
@ -438,7 +438,7 @@ jobs:
chmod +x build/yosys/bin/yosys-config
chmod +x build/yosys/bin/yosys-filterlib
chmod +x build/yosys/bin/yosys-smtbmc
- name: ${{matrix.config.name}}_GCC-8_(Ubuntu 20.04)
- name: ${{matrix.config.name}}_GCC-11_(Ubuntu 20.04)
shell: bash
run: source openfpga.sh && source openfpga_flow/regression_test_scripts/${{matrix.config.name}}.sh --debug --show_thread_logs
- name: Upload artifact
@ -482,7 +482,7 @@ jobs:
- name: Checkout OpenFPGA repo
uses: actions/checkout@v3
- name: ${{matrix.config.name}}_GCC-8_(Ubuntu 20.04)
- name: ${{matrix.config.name}}_GCC-11_(Ubuntu 20.04)
shell: bash
run: |
bash .github/workflows/install_dependencies_run.sh