commit fa6ab489261c4a22dfff3bcf759597d271765f03
parent 39ea662824f6b6e7ff1eaee5e2a169ffe535a244
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date: Thu, 22 Dec 2022 13:18:17 +0100
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml
@@ -21,7 +21,7 @@ on:
jobs:
regen-api-docs:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write