File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build and Test
22on :
33 push :
4- branches : [ humble ]
4+ branches : [ jazzy ]
55 pull_request :
6- branches : [ humble ]
6+ branches : [ jazzy ]
77jobs :
88 build-and-test :
99 runs-on : ubuntu-latest
1010 container :
11- image : ubuntu:jammy
11+ image : ubuntu:noble
1212 steps :
1313 - name : Check out
14- uses : actions/checkout@v2.3.4
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717 - name : Setup ROS 2
18- uses : ros-tooling/setup-ros@v0.3
18+ uses : ros-tooling/setup-ros@v0.7
1919 with :
20- required-ros-distributions : humble
20+ required-ros-distributions : jazzy
2121 - name : Build rmoss_interfaces
22- uses : ros-tooling/action-ros-ci@v0.2
22+ uses : ros-tooling/action-ros-ci@v0.4
2323 with :
24- target-ros2-distro : humble
24+ target-ros2-distro : jazzy
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.5)
22
33project (rmoss_interfaces)
44
5- # Default to C++14
5+ # Default to C++17
66if (NOT CMAKE_CXX_STANDARD )
7- set (CMAKE_CXX_STANDARD 14 )
7+ set (CMAKE_CXX_STANDARD 17 )
88endif ()
99if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
1010 add_compile_options (-Wall -Wextra -Wpedantic )
You can’t perform that action at this time.
0 commit comments