diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-22 13:18:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 13:18:17 +0100 |
commit | fa6ab489261c4a22dfff3bcf759597d271765f03 (patch) | |
tree | bc705c90ecd16d5f15acfc10de970b29ea5ae0ee | |
parent | 39ea662824f6b6e7ff1eaee5e2a169ffe535a244 (diff) | |
download | rneovim-fa6ab489261c4a22dfff3bcf759597d271765f03.tar.gz rneovim-fa6ab489261c4a22dfff3bcf759597d271765f03.tar.bz2 rneovim-fa6ab489261c4a22dfff3bcf759597d271765f03.zip |
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.
-rw-r--r-- | .github/workflows/api-docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index ca01bf3df0..8f5b8ce8e8 100644 --- 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 |