Better match available compiler on ubuntu versions

This commit is contained in:
Stefan Hillmich 2022-09-12 09:31:58 +02:00
parent ddd5cefb8b
commit 5b55d81e2c

View File

@ -16,7 +16,10 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
compiler: [ g++-7, g++-9, g++-10, clang++ ]
compiler: [ g++-9, g++-10, clang++ ]
include:
- os: ubuntu-18.04
compiler: g++-7
name: Build and Test on Ubuntu
runs-on: ${{matrix.os}}
steps: