Explorar o código

CI: Remove Ubuntu 16.04 from GH Actions (#2009)

Ubuntu 16.04 environment was removed from GitHub in September. The job for the 7.8 branch now always fails with time out. It also seems like a good idea to support only last two Ubuntu LTS versions.
Vaclav Petras %!s(int64=3) %!d(string=hai) anos
pai
achega
05475e90b5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .github/workflows/ci.yml

+ 0 - 1
.github/workflows/ci.yml

@@ -43,7 +43,6 @@ jobs:
     strategy:
       matrix:
         os:
-        - ubuntu-16.04
         - ubuntu-18.04
         - ubuntu-20.04
       fail-fast: false