ci: Fix names for 19.10 packages

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-24 07:54:41 +02:00
parent a553b39a6d
commit 23db0de84c
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ jobs:
runner: ubuntu-latest
packages: gcc-9 g++9
extra_command: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 800 --slave /usr/bin/g++ g++ /usr/bin/g++-9
id: ubuntu1804-gcc9
id: ubuntu1910-gcc9
- ubuntu: bionic
compiler: clang
compiler-version: 9
@ -107,7 +107,7 @@ jobs:
runner: ubuntu-18.04
packages: clang-10
extra_command: ""
id: ubuntu1804-clang10
id: ubuntu1910-clang10
runs-on: ${{ matrix.runner }}
env:
CMAKE_GENERATOR: "Ninja"