Skip to content

Commit

Permalink
update build actions
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jul 25, 2024
1 parent 79c3014 commit fa2c2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/sloretz/ros:rolling-desktop'}
container: ${{ matrix.config.container }}
steps:
- uses: actions/checkout@v4
Expand All @@ -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: |
Expand Down

0 comments on commit fa2c2ca

Please sign in to comment.