]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Run apidoc test on Ubuntu 24.04 image
authorTobias Brunner <tobias@strongswan.org>
Mon, 25 Nov 2024 15:09:29 +0000 (16:09 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 25 Nov 2024 15:09:29 +0000 (16:09 +0100)
The Doxygen version on 22.04 doesn't understand some of the new directives.

.github/workflows/linux.yml

index 5641aa942e0ffdb64f3427fc5e4842c0968d601f..92fc975035392db687dcacf9ebc0f52c13e84931 100644 (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