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:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
latest:
|
latest:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test: [ all, default, printf-builtin ]
|
test: [ all, default, printf-builtin ]
|
||||||
@@ -41,7 +41,8 @@ jobs:
|
|||||||
- test: printf-builtin
|
- test: printf-builtin
|
||||||
monolithic: yes
|
monolithic: yes
|
||||||
include:
|
include:
|
||||||
- test: apidoc
|
- os: ubuntu-24.04
|
||||||
|
test: apidoc
|
||||||
- test: coverage
|
- test: coverage
|
||||||
- test: dist
|
- test: dist
|
||||||
- test: nm
|
- test: nm
|
||||||
|
|||||||
Reference in New Issue
Block a user