Skip to content

Commit

Permalink
Update to Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed May 23, 2024
1 parent 803b8df commit 831ea2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20220428
FROM ubuntu:noble-20240423

ENV DEBIAN_FRONTEND noninteractive

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN apt update \
libtool \
make \
nano \
netcat \
netcat-traditional \
pkg-config \
python3 \
python3-docutils \
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dist_doc_DATA = README.rst LICENSE

CODE_COVERAGE_OUTPUT_DIRECTORY = lcov
CODE_COVERAGE_IGNORE_PATTERN = "/usr/*" crc16.c sha1.c
CODE_COVERAGE_LCOV_RMOPTS = --ignore-errors unused
CODE_COVERAGE_GENHTML_OPTIONS = --prefix $(abs_top_srcdir)

@CODE_COVERAGE_RULES@
Expand Down

0 comments on commit 831ea2a

Please sign in to comment.