[Git][wxwidgets/wxwidgets][master] 2 commits: Use Doxygen 1.9.15 in "Create Release" workflow

3 views
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Jul 5, 2026, 3:58:49 PM (2 days ago) Jul 5
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 728956d0
    by Vadim Zeitlin at 2026-07-05T21:28:04+02:00
    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.
    
  • 68cef639
    by Vadim Zeitlin at 2026-07-05T21:37:51+02:00
    Use correct Doxygen 1.15.0 version in "Create Release" workflow
    
    The parent commit somehow used wrong and non-existent 1.9.15 version
    instead of the correct 1.15.0.
    
    [skip ci]
    

1 changed file:

Changes:

  • .github/workflows/make_release.yml
    ... ... @@ -13,7 +13,7 @@ permissions:
    13 13
     
    
    14 14
     jobs:
    
    15 15
       add_release_sources:
    
    16
    -    runs-on: ubuntu-22.04
    
    16
    +    runs-on: ubuntu-26.04
    
    17 17
         name: Create Release with Source Archives
    
    18 18
     
    
    19 19
         steps:
    
    ... ... @@ -81,7 +81,7 @@ jobs:
    81 81
           - name: Install Prerequisites
    
    82 82
             run: |
    
    83 83
                 choco install -y --no-progress graphviz html-help-workshop
    
    84
    -            choco install -y doxygen.install --version=1.9.1
    
    84
    +            choco install -y doxygen.install --version=1.15.0
    
    85 85
     
    
    86 86
           - name: Create MSW Installer and Help File
    
    87 87
             shell: cmd
    

Reply all
Reply to author
Forward
0 new messages