Skip to content

Commit

Permalink
Use humble/jazzy for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Nov 3, 2024
1 parent 28acb69 commit 2a650df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
- CI_NAME: build-and-test
- CI_NAME: clang-tidy
CLANG_TIDY: true
- rosdistro: [humble, jazzy]

env:
CCACHE_DIR: /github/home/.ccache
CXXFLAGS: "-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls"

ROS_DISTRO: galactic
ROS_DISTRO: ${{ matrix.rosdistro }}
ROS_REPO: main

runs-on: ubuntu-latest
Expand Down

0 comments on commit 2a650df

Please # to comment.