瀏覽代碼

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

Since ubuntu-16.04 is rather dated, drop it in GitHub action CI.
Markus Neteler 4 年之前
父節點
當前提交
9e8814a1f1
共有 1 個文件被更改,包括 0 次插入1 次删除
  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