# HG changeset patch # User Bram Moolenaar # Date 1661441405 -7200 # Node ID a0a446bc3aea1c0b069dd4879e99f670175e9b31 # Parent 49eb60a90554c1de12a7e60313ed60d001df7cb1 patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04 Commit: https://github.com/vim/vim/commit/930830a68b6eb7ca630956330b48996e3ef8518f Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu Aug 25 16:24:56 2022 +0100 patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04 Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -6,7 +6,7 @@ on: jobs: scan: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 env: CC: gcc diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 267, +/**/ 266, /**/ 265,