Skip to content

Commit

Permalink
Try forcing Ubuntu 24.04 everywhere.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed Apr 29, 2024
1 parent 2b2d5f4 commit 398d426
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# Dependabot will automatically merge minor version upgrades
# (see .dependabot/config.yml for more info).
auto-approve-dependabot:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: hmarr/auto-approve-action@v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
# Automatically merge approved and green dependabot PRs.
auto-merge-dependabot:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: pascalgn/automerge-action@v0.16.3
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
ament_lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_and_test_ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
steps:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
path: ros_ws/log

build_and_test_asan:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
steps:
Expand Down

0 comments on commit 398d426

Please sign in to comment.