.github: swith to GCC10 for chibios build

This commit is contained in:
Pierre Kancir 2021-07-27 18:20:11 +02:00 committed by Andrew Tridgell
parent d961186e0c
commit 849e30b074

View File

@ -30,9 +30,9 @@ jobs:
chibios, # GCC-6
chibios-clang,
]
gcc: [6, 9]
gcc: [6, 10]
exclude:
- gcc: 9
- gcc: 10
toolchain: chibios-clang
steps: