Skip to content

Commit

Permalink
Issue skupperproject#1240: Use GCC 13 in Ubuntu Github Actions jobs, …
Browse files Browse the repository at this point in the history
…hoping to avoid kills

This PR follows a similar attempt at solving the issue by upgrading GCC
attempted at VROOM-Project/vroom#1002
  • Loading branch information
jiridanek committed Sep 28, 2023
1 parent 9f17b65 commit 9525410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- ${{ github.event.inputs.protonBranch || 'main' }}
- 0.39.0
env:
CC: 'gcc-13'
CXX: 'g++-13'
BuildType: ${{matrix.buildType}}
ProtonBuildDir: ${{github.workspace}}/qpid-proton/build
RouterBuildDir: ${{github.workspace}}/skupper-router/build
Expand Down Expand Up @@ -211,6 +213,8 @@ jobs:
shard: [1, 2]
shards: [2]
env:
CC: 'gcc-13'
CXX: 'g++-13'
BuildType: ${{matrix.buildType}}
ProtonBuildDir: ${{github.workspace}}/qpid-proton/build
RouterBuildDir: ${{github.workspace}}/skupper-router/build
Expand Down

0 comments on commit 9525410

Please sign in to comment.