Skip to content

Commit

Permalink
Switched CI to Ubuntu 24.04 and ROS 2 to Jazzy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaltovski committed Oct 3, 2024
1 parent b130076 commit aa83017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
build_and_test:
name: humble
name: jazzy
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: humble, ROS_REPO: testing}
runs-on: ubuntu-22.04
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
Expand Down

0 comments on commit aa83017

Please sign in to comment.