Skip to content

Commit ece0fe3

Browse files
Remove focal CI builds
1 parent 95802fd commit ece0fe3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
distro: [focal, jammy, noble]
23+
distro: [jammy, noble]
2424
env:
2525
REGISTRY: ghcr.io
2626
IMAGE_NAME: ${{ github.repository }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
distro: [focal, jammy]
20+
distro: [jammy, noble]
2121
container:
2222
image: ubuntu:${{ matrix.distro }}
2323
env:

.github/workflows/package_debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
distro: [focal, jammy, noble]
22+
distro: [jammy, noble]
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
uses: tesseract-robotics/colcon-action@v11
3838
with:
3939
ccache-enabled: false
40-
vcs-file: ${{ matrix.distro == 'focal' && 'dependencies_focal.repos' || 'dependencies.repos' }}
40+
vcs-file: dependencies.repos
4141
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release
4242
target-path: target_ws/src
4343
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Release -DTESSERACT_PACKAGE=ON

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
distro: [focal, jammy, noble]
26+
distro: [jammy, noble]
2727
container:
2828
image: ubuntu:${{ matrix.distro }}
2929
env:
@@ -47,7 +47,7 @@ jobs:
4747
uses: tesseract-robotics/colcon-action@v11
4848
with:
4949
ccache-prefix: ${{ matrix.distro }}
50-
vcs-file: ${{ matrix.distro == 'focal' && 'dependencies_focal.repos' || 'dependencies.repos' }}
50+
vcs-file: dependencies.repos
5151
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release
5252
target-path: target_ws/src
5353
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DTESSERACT_PACKAGE=ON

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Platform | CI Status
1010
---------------------|:---------
11-
Linux (Focal) | [![Build Status](https://github.com/tesseract-robotics/tesseract/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/tesseract-robotics/tesseract/actions/workflows/ubuntu.yml)
11+
Linux | [![Build Status](https://github.com/tesseract-robotics/tesseract/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/tesseract-robotics/tesseract/actions/workflows/ubuntu.yml)
1212
Windows | [![Build Status](https://github.com/tesseract-robotics/tesseract/actions/workflows/windows.yml/badge.svg)](https://github.com/tesseract-robotics/tesseract/actions/workflows/windows.yml)
1313
Lint (Clang-Format) | [![Build Status](https://github.com/tesseract-robotics/tesseract/actions/workflows/clang_format.yml/badge.svg)](https://github.com/tesseract-robotics/tesseract/actions/workflows/clang_format.yml)
1414
Lint (CMake-Format) | [![Build Status](https://github.com/tesseract-robotics/tesseract/actions/workflows/cmake_format.yml/badge.svg)](https://github.com/tesseract-robotics/tesseract/actions/workflows/cmake_format.yml)

0 commit comments

Comments
 (0)