Skip to content

Commit cc084ae

Browse files
committed
Fix code quality CI image
1 parent 2520575 commit cc084ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
TARGET_CMAKE_ARGS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CODE_COVERAGE=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF"
3131
container:
32-
image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-master
32+
image: ghcr.io/tesseract-robotics/tesseract:noble-master
3333
env:
3434
CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.job_type }}/.ccache"
3535
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)