From 77a69647c9e1a956bd578a2baffca5966ef72691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 19 May 2025 21:32:00 +0200 Subject: [PATCH] Remove Github build on Ubuntu 20.04 This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101 --- .github/workflows/cmake.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e4fbd3f..904f58d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -42,14 +42,6 @@ jobs: cc: "gcc", cxx: "g++", extra_path: "", } - - { - name: "Ubuntu 20.04 GCC", - os: ubuntu-20.04, - generator: "Unix Makefiles", - build_type: "Debug", - cc: "gcc", cxx: "g++", - extra_path: "", - } - { name: "macOS Latest Clang", os: macos-latest,