Better match available compiler on ubuntu versions
This commit is contained in:
parent
ddd5cefb8b
commit
5b55d81e2c
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -16,7 +16,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
|
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
|
name: Build and Test on Ubuntu
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user