Sfoglia il codice sorgente

GitHub action CI: drop ubuntu-16.04 (#1254)

Since ubuntu-16.04 is rather dated, drop it in GitHub action CI.
Markus Neteler 4 anni fa
parent
commit
9e8814a1f1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      .github/workflows/ci.yml

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

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