Skip to content

Commit

Permalink
Add gcc 13 and remove 12 as it is not available in ubuntu test reposi…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
4c3y committed May 29, 2024
1 parent abae695 commit 7ce2b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_ubuntu20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
rosdistro: ['noetic']
gcc: ['8', '9', '10', '11', '12']
gcc: ['8', '9', '10', '11', '13']
cxx: ['11', '14', '17']
container: ros:${{ matrix.rosdistro }}-ros-base-focal
name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }} - C++${{ matrix.cxx }}
Expand Down

0 comments on commit 7ce2b04

Please sign in to comment.