Skip to content

Commit

Permalink
Added gcc 8 job
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Nov 20, 2023
1 parent 96720bf commit 562c773
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cpp_ubuntu20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
config:
- {rosdistro: 'noetic', gcc: '9'}
- {rosdistro: 'noetic', gcc: '10'}
rosdistro: ['noetic']
gcc: ['8', '9', '10']
container: ros:${{ matrix.config.rosdistro }}-ros-base-focal
name: ROS ${{ matrix.config.rosdistro }} - GCC ${{ matrix.config.gcc }}
steps:
Expand Down

0 comments on commit 562c773

Please sign in to comment.