ci: bump api-docs runner to ubuntu-latest (#21501)

This was set explicitly to ubuntu.22.04 as ubuntu-latest pointed to
ubuntu.20.04, and we needed 22.04 to have a new enough doxygen version
for this job to work. Now that ubuntu-latest points to 22.04 this
workaround is no longer needed.
This commit is contained in:
dundargoc
2022-12-22 13:18:17 +01:00
committed by GitHub
parent 39ea662824
commit fa6ab48926

View File

@@ -21,7 +21,7 @@ on:
jobs:
regen-api-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write