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:
Marcus Weseloh 2021-03-19 19:50:40 +01:00 committed by GitHub
parent a3d0a56996
commit d13c4965e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2