Skip to content

Commit

Permalink
improved CI
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 26, 2024
1 parent ba9819b commit adb893c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,13 @@ jobs:
strategy:
matrix:
build_type: [Release]
ros_distro: [humble]
os: [ubuntu-latest, macos-latest, windows-2019]
ros_distro: [iron, jazzy]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
exclude:
- os: ubuntu-22.04
ros_distro: ros2-jazzy
- os: ubuntu-24.04
ros_distro: ros2-iron
fail-fast: false

steps:
Expand Down Expand Up @@ -191,13 +196,13 @@ jobs:
ctest --output-on-failure -C ${{ matrix.build_type }}
build-valgrind:
name: 'valgrind [ubuntu-latest@Debug@humble@conda]'
runs-on: ubuntu-latest
name: 'valgrind [ubuntu-22.04@Debug@humble@conda]'
runs-on: ubuntu-22.04
strategy:
matrix:
build_type: [Debug]
ros_distro: [humble]
os: [ubuntu-latest]
ros_distro: [iron]
os: [ubuntu-22.04]
fail-fast: false

steps:
Expand Down

0 comments on commit adb893c

Please sign in to comment.