From 84d7c531d98a3f61c91b848ac253af696a216e51 Mon Sep 17 00:00:00 2001 From: artivis Date: Sun, 11 Jul 2021 12:49:52 -0400 Subject: [PATCH] deprecate ubuntu16 in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987b0005..bf001666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04] + os: [ubuntu-18.04, ubuntu-20.04] build_type: [Release, Debug] compiler: [{ "cc": "gcc",