Skip to content

Commit

Permalink
ci: remove gcc 7 because c++20 is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters committed Oct 9, 2024
1 parent 4fc246d commit d1cd5a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1cd5a2

Please sign in to comment.