From 521792096788977008217f1a8914824a49923698 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 25 Nov 2024 16:09:29 +0100 Subject: [PATCH] github: Run apidoc test on Ubuntu 24.04 image The Doxygen version on 22.04 doesn't understand some of the new directives. --- .github/workflows/linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5641aa942e..92fc975035 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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