Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update ros2 to humble in build test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Nov 29, 2023
1 parent df50a60 commit b279578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
jobs:
build:
name: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
strategy:
fail-fast: false
env:
ROS_DISTRO: foxy
ROS_DISTRO: humble
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit b279578

Please sign in to comment.