From e94e7c7c75a4294a21ff601bbb95d2eacb706826 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 13 Nov 2023 21:13:42 -0800 Subject: [PATCH] [ci] now change to use gcc-11 build image --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 360870213..01d945a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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