Skip to content

Commit

Permalink
Now default node container should be able to run muhammara again
Browse files Browse the repository at this point in the history
Downgrade gcc to v11
  • Loading branch information
julianhille committed Oct 15, 2024
1 parent 94be103 commit 63e410e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 12
version: 11
platform: ${{matrix.architecture}}
if: ${{ matrix.os == 'ubuntu-20.04' }}
- uses: actions/checkout@v4
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 12
version: 11
platform: ${{matrix.architecture}}
if: ${{ matrix.os == 'ubuntu-20.04' }}
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -450,7 +450,7 @@ jobs:
needs: [lint]
runs-on: ubuntu-20.04
container:
image: gcc:12-bullseye
image: gcc:11-bullseye
credentials:
username: "${{ secrets.DOCKER_USERNAME }}"
password: "${{ secrets.DOCKER_PASSWORD }}"
Expand Down

0 comments on commit 63e410e

Please sign in to comment.