Use latest ubuntu instead of deprecated 18.04

This commit is contained in:
Karel Hájek 2023-07-17 01:30:04 +02:00
parent fc6583fec2
commit 833d2a5574

View File

@ -110,7 +110,7 @@ jobs:
docs-build:
name: doxygen-build (Linux)
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
# Checkouts the correct commit/branch.