File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 59
59
strategy :
60
60
matrix :
61
61
build_type : [Release]
62
- ros_distro : [humble]
63
- os : [ubuntu-latest, macos-latest, windows-2019]
62
+ ros_distro : [humble, iron, jazzy]
63
+ os : [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
64
+ exclude :
65
+ # iron, jazzy non yet supported by conda:
66
+ - ros_distro : iron
67
+ - ros_distro : jazzy
68
+ # incompatible combinations:
69
+ - os : ubuntu-22.04
70
+ ros_distro : jazzy
71
+ - os : ubuntu-24.04
72
+ ros_distro : iron
64
73
fail-fast : false
65
74
66
75
steps :
@@ -191,13 +200,13 @@ jobs:
191
200
ctest --output-on-failure -C ${{ matrix.build_type }}
192
201
193
202
build-valgrind :
194
- name : ' valgrind [ubuntu-latest @Debug@humble@conda]'
195
- runs-on : ubuntu-latest
203
+ name : ' valgrind [ubuntu-22.04 @Debug@humble@conda]'
204
+ runs-on : ubuntu-22.04
196
205
strategy :
197
206
matrix :
198
207
build_type : [Debug]
199
208
ros_distro : [humble]
200
- os : [ubuntu-latest ]
209
+ os : [ubuntu-22.04 ]
201
210
fail-fast : false
202
211
203
212
steps :
You can’t perform that action at this time.
0 commit comments