mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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:
parent
799b3076ab
commit
5217920967
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user