Browse Source

CI: only test on gcc 10

release-4.2.3
Andrew Tridgell 3 years ago committed by Randy Mackay
parent
commit
6107d40ae6
  1. 14
      .github/workflows/test_chibios.yml

14
.github/workflows/test_chibios.yml

@ -33,20 +33,8 @@ jobs: @@ -33,20 +33,8 @@ jobs:
]
toolchain: [
chibios, # GCC-6
#chibios-clang,
]
gcc: [6, 10]
exclude:
- gcc: 10
toolchain: chibios-clang
- gcc: 6
config: fmuv2-plane
- gcc: 6
config: revo-mini
- gcc: 6
config: MatekF405-Wing
- gcc: 6
config: CubeOrange-ODID
gcc: [10]
include:
- config: stm32h7
toolchain: chibios-py2

Loading…
Cancel
Save