Browse Source

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 3 years ago
parent
commit
05475e90b5
1 changed files with 0 additions and 1 deletions
  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