CI: use g++ 8 on ubuntu 18.04 (g++7 doens't have charconv header)

Dieser Commit ist enthalten in:
Reinder Feenstra 2021-12-12 15:47:15 +01:00 committet von GitHub
Ursprung 74e945c43a
Commit 4df09ae5e0
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -28,7 +28,7 @@ jobs:
jobs: 2
build_type: Release
build_deb: true
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~ubuntu~bionic~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
defines: "-DCMAKE_CXX_COMPILER=g++-8 -DDEBIAN_PACKAGE_VERSION_EXTRA=~ubuntu~bionic~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
- name: "ubuntu_20.04"
os: ubuntu-20.04
@ -173,7 +173,7 @@ jobs:
jobs: 2
build_type: Release
build_deb: true
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~ubuntu~bionic~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
defines: "-DCMAKE_CXX_COMPILER=g++-8 -DDEBIAN_PACKAGE_VERSION_EXTRA=~ubuntu~bionic~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
ccov: false
- name: "ubuntu_20.04"