Skip to content

Commit 89e0668

Browse files
Specify runner/container images
1 parent 6a70ff0 commit 89e0668

4 files changed

+11
-7
lines changed

.github/workflows/humble-source-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
ros_distro: ${{ matrix.ROS_DISTRO }}
2020
ref: master
2121
ros2_repo_branch: ${{ matrix.ROS_DISTRO }}
22+
os_name: ubuntu-22.04

.github/workflows/rolling-coverage-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
secrets: inherit
1616
with:
1717
ros_distro: rolling
18-
os_name: ubuntu-22.04
18+
container: ubuntu:24.04

.github/workflows/rolling-pre-commit.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- master
88

99
jobs:
10-
pre-commit:
10+
pre-commit-iron:
1111
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
ROS_DISTRO: [rolling, iron]
1612
with:
17-
ros_distro: ${{ matrix.ROS_DISTRO }}
13+
ros_distro: iron
1814
os_name: ubuntu-22.04
15+
16+
pre-commit-rolling:
17+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
18+
with:
19+
ros_distro: rolling
20+
container: ubuntu:24.04

.github/workflows/rolling-source-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
ros_distro: ${{ matrix.ROS_DISTRO }}
2020
ref: master
2121
ros2_repo_branch: ${{ matrix.ROS_DISTRO }}
22+
container: ubuntu:24.04

0 commit comments

Comments
 (0)