Skip to content

Commit a3776a6

Browse files
committed
improved CI
1 parent ba9819b commit a3776a6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/conda-ci.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,13 @@ jobs:
5959
strategy:
6060
matrix:
6161
build_type: [Release]
62-
ros_distro: [humble]
63-
os: [ubuntu-latest, macos-latest, windows-2019]
62+
ros_distro: [iron, jazzy]
63+
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
64+
exclude:
65+
- os: ubuntu-22.04
66+
ros_distro: ros2-jazzy
67+
- os: ubuntu-24.04
68+
ros_distro: ros2-iron
6469
fail-fast: false
6570

6671
steps:
@@ -191,13 +196,13 @@ jobs:
191196
ctest --output-on-failure -C ${{ matrix.build_type }}
192197
193198
build-valgrind:
194-
name: 'valgrind [ubuntu-latest@Debug@humble@conda]'
195-
runs-on: ubuntu-latest
199+
name: 'valgrind [ubuntu-22.04@Debug@humble@conda]'
200+
runs-on: ubuntu-22.04
196201
strategy:
197202
matrix:
198203
build_type: [Debug]
199-
ros_distro: [humble]
200-
os: [ubuntu-latest]
204+
ros_distro: [iron]
205+
os: [ubuntu-22.04]
201206
fail-fast: false
202207

203208
steps:

0 commit comments

Comments
 (0)