From: Philip H. <47042125+pheiduck@users.noreply.github.com> Date: Fri, 18 Apr 2025 16:42:24 +0000 (+0200) Subject: CI: update coverity runner to Ubuntu 24.04 X-Git-Tag: v9.1.1323~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ded2b41326a5ad3238422ed2244d79dfa18cc667;p=thirdparty%2Fvim.git CI: update coverity runner to Ubuntu 24.04 closes: #17150 Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 90a6e9ff0c..46489ba36c 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -9,7 +9,7 @@ permissions: jobs: scan: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: CC: gcc