diff --git a/.github/workflows/colcon.yaml b/.github/workflows/colcon.yaml index e753651d..29c57291 100644 --- a/.github/workflows/colcon.yaml +++ b/.github/workflows/colcon.yaml @@ -10,12 +10,12 @@ on: - '*' jobs: build-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: config: - - {rosdistro: 'rolling', container: 'ros:rolling'} + - {rosdistro: 'rolling', container: 'ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-rolling-desktop:master'} container: ${{ matrix.config.container }} steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: apt update rosdep update source /opt/ros/${{matrix.config.rosdistro}}/setup.bash - rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs octomap_server" + rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox" shell: bash - name: Colcon Build (Release) run: |