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.
This commit is contained in:
Vadim Zeitlin
2026-07-05 21:28:04 +02:00
parent 670835aec7
commit 728956d075
+2 -2
View File
@@ -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