Skip to content

Commit

Permalink
Add CI for Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jul 11, 2024
1 parent 91c7208 commit f29bc9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
distro: [focal, jammy, noble]
container:
image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-0.22
env:
Expand All @@ -29,7 +29,7 @@ jobs:
path: target_ws/src

- name: Build and Tests
uses: tesseract-robotics/colcon-action@v4
uses: tesseract-robotics/colcon-action@v8
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
distro: [focal, jammy, noble]
container:
image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-master
env:
Expand All @@ -36,7 +36,7 @@ jobs:
apt install -y clang-tidy
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v4
uses: tesseract-robotics/colcon-action@v8
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down

0 comments on commit f29bc9c

Please sign in to comment.