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 0028a7d commit 0842c08
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: humble
name: jazzy

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

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

0 comments on commit 0842c08

Please sign in to comment.