.github: swith to GCC10 for chibios build
This commit is contained in:
parent
d961186e0c
commit
849e30b074
4
.github/workflows/test_chibios.yml
vendored
4
.github/workflows/test_chibios.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user