Skip to content

Commit

Permalink
Explicitly specify Ubuntu 24.04 rather than ubuntu-latest (recastnavi…
Browse files Browse the repository at this point in the history
…gation#749)

Since ubuntu-latest is using 22.04, and the version of doxygen it uses is generating some incorrect headers.
  • Loading branch information
grahamboree authored Dec 31, 2024
1 parent 1f0ce60 commit c126555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c126555

Please sign in to comment.