From 9b9f3ffb96228205ac7abb98602a52ff865b97bf Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Tue, 5 Oct 2021 22:24:24 +0200 Subject: [PATCH] Remove Ubuntu 16.04 from CI It's been deprecated, see https://github.com/actions/virtual-environments/issues/3287 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6eb4298f..4438d3f2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ jobs: unix-testing: strategy: matrix: - os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15] + os: [ubuntu-20.04, ubuntu-18.04, macos-10.15] cc: [gcc, clang] buildsys: [make, cmake] include: