Skip to content

Commit

Permalink
Update master.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmguerreroh authored Jul 22, 2024
1 parent ef7a54a commit 530d0c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: jazzy
name: humble

on:
pull_request:
branches:
- jazzy
- humble
push:
branches:
- jazzy
- humble

jobs:
build-and-test:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:jazzy-desktop
image: osrf/ros:humble-desktop
strategy:
matrix:
os: [ubuntu-24.04]
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Install deps
Expand All @@ -24,7 +24,7 @@ jobs:
uses: ros-tooling/[email protected]
with:
package-name: computer_vision
target-ros2-distro: jazzy
target-ros2-distro: humble
vcs-repo-file-url: ""
colcon-defaults: |
{
Expand Down

0 comments on commit 530d0c4

Please sign in to comment.