Some configurations where not migrated from 10 to 13.
The coveralls configuration stays on gcc 10 as the coverage data
generated by the compiler needs to be compatible with the installed
version of gcov.
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
cancel-in-progress: true
env:
COMPILER: gcc
- COMPILER_VERSION: 10
+ COMPILER_VERSION: 13
SANITIZE: no
steps:
- name: Repository checkout
cancel-in-progress: true
env:
COMPILER: gcc
- COMPILER_VERSION: 10
+ COMPILER_VERSION: 13
SANITIZE: no
TRANSLATE_MANPAGES: yes
steps:
distro: ubuntu_latest
run: |
export COMPILER=gcc
- export COMPILER_VERSION=10
+ export COMPILER_VERSION=13
export SANITIZE=no
export QEMU_USER=1