mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +00:00
Update api_doc_build.yml
Fix ubuntu version to 18.04 to keep doxygen version stable. Latest ubuntu has a new version which breaks the current API docs layout
This commit is contained in:
parent
a3d0a56996
commit
d13c4965e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api_doc_build.yml
vendored
2
.github/workflows/api_doc_build.yml
vendored
|
@ -10,7 +10,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue