]> granicus.if.org Git - vim/commitdiff
patch 9.0.0264: CI still runs on Ubuntu 18.04 v9.0.0264
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Thu, 25 Aug 2022 14:21:24 +0000 (15:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Aug 2022 14:21:24 +0000 (15:21 +0100)
Problem:    CI still runs on Ubuntu 18.04.
Solution:   Run CI on Ubuntu 20.04. (closes #10582)

.github/workflows/ci.yml
src/version.c

index 61723cdf3febee50ffa17789f20ad6c0f37af305..1e20067625c418f6b1fc42c1ad6fc679242cdf9c 100644 (file)
@@ -14,7 +14,7 @@ concurrency:
 
 jobs:
   linux:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
 
     env:
       CC: ${{ matrix.compiler }}
@@ -167,11 +167,6 @@ jobs:
             # Use llvm-cov instead of gcov when compiler is clang.
             ln -fs /usr/bin/llvm-cov ${HOME}/bin/gcov
           fi
-          # Setup lua5.3 manually since its package doesn't provide alternative.
-          # https://bugs.launchpad.net/ubuntu/+source/lua5.3/+bug/1707212
-          if [[ ${CONFOPT} =~ luainterp ]]; then
-            sudo update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 10
-          fi
           sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
           sudo usermod -a -G audio "${USER}"
           sudo bash ci/setup-xvfb.sh
@@ -268,7 +263,7 @@ jobs:
           done
 
   # coveralls:
-  #   runs-on: ubuntu-18.04
+  #   runs-on: ubuntu-20.04
   #
   #   needs: linux
   #   if: always() && github.event_name != 'pull_request'
index ce61bbc3d00cbc39219cc8081c2b8357dc03c9fc..c17f7f866cb268caf6fffba22b5cf97dc62a442e 100644 (file)
@@ -731,6 +731,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    264,
 /**/
     263,
 /**/