Browse Source

.github: swith to GCC10 for chibios build

gps-1.3.1
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
849e30b074
  1. 4
      .github/workflows/test_chibios.yml

4
.github/workflows/test_chibios.yml

@ -30,9 +30,9 @@ jobs: @@ -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…
Cancel
Save