Skip to content

Commit 5c794fe

Browse files
committed
minor CI changes
1 parent 57a8105 commit 5c794fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: CI-testing
1212
strategy:
1313
matrix:
14-
os: [ubuntu-20.04, ubuntu-22.04]
14+
os: [ubuntu-24.04, ubuntu-22.04]
1515
compiler: [g++, clang++]
1616
runs-on: ${{ matrix.os }}
1717

src/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ REFERENCES_RELATION = NO
126126
REFERENCES_LINK_SOURCE = YES
127127
SOURCE_TOOLTIPS = YES
128128
USE_HTAGS = NO
129-
VERBATIM_HEADERS = NO
129+
VERBATIM_HEADERS = YES
130130
#---------------------------------------------------------------------------
131131
# Configuration options related to the alphabetical class index
132132
#---------------------------------------------------------------------------

0 commit comments

Comments
 (0)