Skip to content

Commit 5c4a7b4

Browse files
committed
fix
1 parent c086e57 commit 5c4a7b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ros-jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
# Set up ROS
1515
- uses: ros-tooling/setup-ros@v0.7.13

.github/workflows/ros-rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
# Set up ROS
1515
- uses: ros-tooling/setup-ros@v0.7.13

0 commit comments

Comments
 (0)