Skip to content

Commit

Permalink
Update xs-rolling CI runner to 24.04 (#59)
Browse files Browse the repository at this point in the history
Update rolling CI runner to 24.04
  • Loading branch information
lukeschmitt-tr committed Jan 2, 2025
1 parent 567edf9 commit 6da9a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xs-rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
env:
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6da9a7c

Please sign in to comment.