diff --git a/.github/workflows/auto-doxygen.yml b/.github/workflows/auto-doxygen.yml index a3af560cc..f8875b026 100644 --- a/.github/workflows/auto-doxygen.yml +++ b/.github/workflows/auto-doxygen.yml @@ -10,7 +10,7 @@ jobs: doxygen: permissions: contents: write - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4