Skip to content

Commit

Permalink
Add CI for Ubuntu Noble (#1006)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Roelof Oomen <[email protected]>
  • Loading branch information
marip8 and rjoomen authored Jun 23, 2024
1 parent a2750a9 commit efcea85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
distro: [focal, jammy, noble]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
distro: [focal, jammy, noble]
container:
image: ubuntu:${{ matrix.distro }}
env:
Expand All @@ -44,7 +44,7 @@ jobs:
apt install -y liboctomap-dev
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v1
uses: tesseract-robotics/colcon-action@v8
with:
ccache-prefix: ${{ matrix.distro }}
vcs-file: dependencies.repos
Expand Down

0 comments on commit efcea85

Please sign in to comment.