github: Run apidoc test on Ubuntu 24.04 image

The Doxygen version on 22.04 doesn't understand some of the new directives.
This commit is contained in:
Tobias Brunner
2024-11-25 16:09:29 +01:00
parent 799b3076ab
commit 5217920967
+3 -2
View File
@@ -26,7 +26,7 @@ jobs:
latest:
needs: pre-check
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
strategy:
matrix:
test: [ all, default, printf-builtin ]
@@ -41,7 +41,8 @@ jobs:
- test: printf-builtin
monolithic: yes
include:
- test: apidoc
- os: ubuntu-24.04
test: apidoc
- test: coverage
- test: dist
- test: nm