Skip to content

Commit

Permalink
.github/workflows/ci.yml: Remove Visual Studio 2019 and gcc 7 from te…
Browse files Browse the repository at this point in the history
…sted compilers since they can't handle C++20
  • Loading branch information
richardapeters committed Nov 25, 2023
1 parent 710f06f commit 7612ec6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, windows-2019, macos-latest]
os: [windows-latest, macos-latest]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
with:
Expand Down Expand Up @@ -80,9 +80,6 @@ jobs:
gcc: [ "10.3-2021.10" ]
target: ["stm32wb55", "stm32g070", "stm32g431", "stm32f407", "stm32f429", "stm32f746", "stm32f767"]
include:
- gcc: "7-2018-q2"
configuration: "RelWithDebInfo"
target: "stm32f767"
- gcc: "8-2019-q3"
configuration: "RelWithDebInfo"
target: "stm32f767"
Expand Down

0 comments on commit 7612ec6

Please sign in to comment.