To: vim_dev@googlegroups.com Subject: Patch 9.0.0267 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0267 Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04 Files: .github/workflows/coverity.yml *** ../vim-9.0.0266/.github/workflows/coverity.yml 2022-06-01 21:24:41.000000000 +0100 --- .github/workflows/coverity.yml 2022-08-25 16:24:25.694840255 +0100 *************** *** 6,12 **** jobs: scan: ! runs-on: ubuntu-18.04 env: CC: gcc --- 6,12 ---- jobs: scan: ! runs-on: ubuntu-20.04 env: CC: gcc *** ../vim-9.0.0266/src/version.c 2022-08-25 16:16:41.554729493 +0100 --- src/version.c 2022-08-25 16:23:55.594836016 +0100 *************** *** 729,730 **** --- 729,732 ---- { /* Add new patch number below this line */ + /**/ + 267, /**/ -- There is no right or wrong, there is only your personal opinion. (Bram Moolenaar) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///