Skip to content

Commit

Permalink
Update to checkout v4, added gcc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed May 27, 2024
1 parent ef406d0 commit b896d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_ubuntu20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
fail-fast: false
matrix:
rosdistro: ['noetic']
gcc: ['8', '9', '10', '11']
gcc: ['8', '9', '10', '11', '12']
cxx: ['11', '14', '17']
container: ros:${{ matrix.rosdistro }}-ros-base-focal
name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }} - C++${{ matrix.cxx }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout lpp
with:
repository: ethz-asl/lpp
Expand Down

0 comments on commit b896d63

Please sign in to comment.