Skip to content

Commit 54bb1e1

Browse files
[CI] Specify runner/container images (#1105) (#1112)
(cherry picked from commit 2a59f60) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
1 parent c127857 commit 54bb1e1

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
ros_distro: humble
1616
ref: humble
1717
ros2_repo_branch: humble
18+
os_name: ubuntu-22.04

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
ros_distro: iron
1616
ref: iron
1717
ros2_repo_branch: iron
18+
os_name: ubuntu-22.04

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
secrets: inherit
1515
with:
1616
ros_distro: rolling
17-
os_name: ubuntu-22.04
17+
container: ubuntu:24.04

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
1212
with:
1313
ros_distro: rolling
14-
os_name: ubuntu-22.04
14+
container: ubuntu:24.04

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
ros_distro: rolling
1616
ref: master
1717
ros2_repo_branch: rolling
18+
container: ubuntu:24.04

0 commit comments

Comments
 (0)