Skip to content

Commit

Permalink
Updated CI to run on Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jul 1, 2024
1 parent e2379fc commit 4657fba
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 @@ -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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
distro: [focal, jammy, noble]
container:
image: ghcr.io/tesseract-robotics/tesseract_planning:${{ matrix.distro }}-0.22
env:
Expand All @@ -41,7 +41,7 @@ jobs:
apt install -y libgz-rendering7-dev libgz-common5-dev libgz-math7-dev
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v2
uses: tesseract-robotics/colcon-action@v8
with:
before-script: source /opt/tesseract/install/setup.bash && source /opt/tesseract_planning/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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
distro: [focal, jammy, noble]
container:
image: ghcr.io/tesseract-robotics/tesseract_planning:${{ matrix.distro }}-master
env:
Expand All @@ -41,7 +41,7 @@ jobs:
apt install -y libgz-rendering7-dev libgz-common5-dev libgz-math7-dev
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v2
uses: tesseract-robotics/colcon-action@v8
with:
before-script: source /opt/tesseract/install/setup.bash && source /opt/tesseract_planning/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down

0 comments on commit 4657fba

Please sign in to comment.