From 728956d0754d319eef07efb43ac3469c9d3f04b4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Jul 2026 21:28:04 +0200 Subject: [PATCH] Use Doxygen 1.9.15 in "Create Release" workflow Switch to Ubuntu 26.04 which includes this Doxygen version and explicitly install it with Choco. --- .github/workflows/make_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index a9242dd95d..e13b384e14 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -13,7 +13,7 @@ permissions: jobs: add_release_sources: - runs-on: ubuntu-22.04 + runs-on: ubuntu-26.04 name: Create Release with Source Archives steps: @@ -81,7 +81,7 @@ jobs: - name: Install Prerequisites run: | choco install -y --no-progress graphviz html-help-workshop - choco install -y doxygen.install --version=1.9.1 + choco install -y doxygen.install --version=1.9.15 - name: Create MSW Installer and Help File shell: cmd