From d1cd5a2830cb398d69708644b74af67a68a14204 Mon Sep 17 00:00:00 2001 From: Richard Peters Date: Wed, 9 Oct 2024 13:11:47 +0200 Subject: [PATCH] ci: remove gcc 7 because c++20 is not supported --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1af207..3c5bcec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,6 @@ jobs: gcc: ["10.3-2021.10"] target: ["stm32f407", "stm32f767", "stm32f746"] include: - - gcc: "7-2018-q2" - configuration: "RelWithDebInfo" - target: "stm32f767" - gcc: "8-2019-q3" configuration: "RelWithDebInfo" target: "stm32f767"